Skip to main content

configurations_on_nodes

Creates, updates, deletes, gets or lists a configurations_on_nodes resource.

Overview

Nameconfigurations_on_nodes
TypeResource
Idazure.postgresql_hsc.configurations_on_nodes

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

NameAccessible byRequired ParamsDescription
updateREPLACEclusterName, configurationName, resourceGroupName, subscriptionIdUpdates configuration of worker nodes in a cluster

REPLACE example

Replaces all fields in the specified configurations_on_nodes resource.

/*+ update */
REPLACE azure.postgresql_hsc.configurations_on_nodes
SET
properties = '{{ properties }}'
WHERE
clusterName = '{{ clusterName }}'
AND configurationName = '{{ configurationName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';