swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector Configurations API schemes: - https tags: - name: Configurations paths: ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/{clusterName}/servers/{serverName}/configurations : get: description: List all the configurations of a server in cluster. tags: - Configurations operationId: microsoftAzureConfigurationsListbyserver x-ms-examples: List configurations of the server that in the cluster: $ref: ./examples/ConfigurationListByServer.json parameters: - $ref: ../../../../../common-types/resource-management/v4/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v4/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v4/types.json#/parameters/ResourceGroupNameParameter - $ref: '#/parameters/ClusterNameParameter' - $ref: '#/parameters/ServerNameParameter' responses: '200': description: OK schema: $ref: '#/definitions/ServerConfigurationListResult' default: description: Error response describing why the operation failed. schema: $ref: ../../../../../common-types/resource-management/v4/types.json#/definitions/ErrorResponse x-ms-pageable: nextLinkName: nextLink summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Dbforpostgresql Servergroupsv2 Clustername Servers Servername Configurations ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/{clusterName}/configurations : get: description: List all the configurations of a cluster. tags: - Configurations operationId: microsoftAzureConfigurationsListbycluster x-ms-examples: List configurations of the cluster: $ref: ./examples/ConfigurationListByCluster.json parameters: - $ref: ../../../../../common-types/resource-management/v4/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v4/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v4/types.json#/parameters/ResourceGroupNameParameter - $ref: '#/parameters/ClusterNameParameter' responses: '200': description: OK schema: $ref: '#/definitions/ClusterConfigurationListResult' default: description: Error response describing why the operation failed. schema: $ref: ../../../../../common-types/resource-management/v4/types.json#/definitions/ErrorResponse x-ms-pageable: nextLinkName: nextLink summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Dbforpostgresql Servergroupsv2 Clustername Configurations ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/{clusterName}/configurations/{configurationName} : get: description: Gets information of a configuration for coordinator and nodes. tags: - Configurations operationId: microsoftAzureConfigurationsGet x-ms-examples: Get configuration details.: $ref: ./examples/ConfigurationGet.json parameters: - $ref: ../../../../../common-types/resource-management/v4/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v4/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v4/types.json#/parameters/ResourceGroupNameParameter - $ref: '#/parameters/ClusterNameParameter' - $ref: '#/parameters/ConfigurationNameParameter' responses: '200': description: OK schema: $ref: '#/definitions/Configuration' default: description: Error response describing why the operation failed. schema: $ref: ../../../../../common-types/resource-management/v4/types.json#/definitions/ErrorResponse summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Dbforpostgresql Servergroupsv2 Clustername Configurations Configurationname ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/{clusterName}/coordinatorConfigurations/{configurationName} : get: description: Gets information of a configuration for coordinator. tags: - Configurations operationId: microsoftAzureConfigurationsGetcoordinator x-ms-examples: Get configuration details for coordinator.: $ref: ./examples/ConfigurationGetCoordinator.json parameters: - $ref: ../../../../../common-types/resource-management/v4/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v4/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v4/types.json#/parameters/ResourceGroupNameParameter - $ref: '#/parameters/ClusterNameParameter' - $ref: '#/parameters/ConfigurationNameParameter' responses: '200': description: OK schema: $ref: '#/definitions/ServerConfiguration' default: description: Error response describing why the operation failed. schema: $ref: ../../../../../common-types/resource-management/v4/types.json#/definitions/ErrorResponse summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Dbforpostgresql Servergroupsv2 Clustername Coordinatorconfigurations Configurationname put: description: Updates configuration of coordinator in a cluster tags: - Configurations operationId: microsoftAzureConfigurationsUpdateoncoordinator x-ms-long-running-operation: true x-ms-long-running-operation-options: final-state-via: azure-async-operation x-ms-examples: Update single configuration of coordinator: $ref: ./examples/ConfigurationUpdateCoordinator.json parameters: - $ref: ../../../../../common-types/resource-management/v4/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v4/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v4/types.json#/parameters/ResourceGroupNameParameter - $ref: '#/parameters/ClusterNameParameter' - $ref: '#/parameters/ConfigurationNameParameter' - name: parameters in: body required: true schema: $ref: '#/definitions/ServerConfiguration' description: The required parameters for updating a cluster configuration. responses: '200': description: OK schema: $ref: '#/definitions/ServerConfiguration' '201': description: Accepted schema: $ref: '#/definitions/ServerConfiguration' headers: location: type: string azure-async-operation: type: string default: description: Error response describing why the operation failed. schema: $ref: ../../../../../common-types/resource-management/v4/types.json#/definitions/ErrorResponse summary: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Dbforpostgresql Servergroupsv2 Clustername Coordinatorconfigurations Configurationname ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/{clusterName}/nodeConfigurations/{configurationName} : get: description: Gets information of a configuration for worker nodes. tags: - Configurations operationId: microsoftAzureConfigurationsGetnode x-ms-examples: Get configuration details for node.: $ref: ./examples/ConfigurationGetNode.json parameters: - $ref: ../../../../../common-types/resource-management/v4/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v4/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v4/types.json#/parameters/ResourceGroupNameParameter - $ref: '#/parameters/ClusterNameParameter' - $ref: '#/parameters/ConfigurationNameParameter' responses: '200': description: OK schema: $ref: '#/definitions/ServerConfiguration' default: description: Error response describing why the operation failed. schema: $ref: ../../../../../common-types/resource-management/v4/types.json#/definitions/ErrorResponse summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Dbforpostgresql Servergroupsv2 Clustername Nodeconfigurations Configurationname put: description: Updates configuration of worker nodes in a cluster tags: - Configurations operationId: microsoftAzureConfigurationsUpdateonnode x-ms-long-running-operation: true x-ms-long-running-operation-options: final-state-via: azure-async-operation x-ms-examples: Update single configuration of nodes: $ref: ./examples/ConfigurationUpdateNode.json parameters: - $ref: ../../../../../common-types/resource-management/v4/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v4/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v4/types.json#/parameters/ResourceGroupNameParameter - $ref: '#/parameters/ClusterNameParameter' - $ref: '#/parameters/ConfigurationNameParameter' - name: parameters in: body required: true schema: $ref: '#/definitions/ServerConfiguration' description: The required parameters for updating a cluster configuration. responses: '200': description: OK schema: $ref: '#/definitions/ServerConfiguration' '201': description: Accepted schema: $ref: '#/definitions/ServerConfiguration' headers: location: type: string azure-async-operation: type: string default: description: Error response describing why the operation failed. schema: $ref: ../../../../../common-types/resource-management/v4/types.json#/definitions/ErrorResponse summary: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Dbforpostgresql Servergroupsv2 Clustername Nodeconfigurations Configurationname ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBForPostgreSql/serverGroupsv2/{serverGroupName}/servers/{serverName}/configurations : get: description: List all the configurations of a server in server group. tags: - Configurations operationId: microsoftAzureConfigurationsListbyserver x-ms-examples: List configurations of the server that in the server group: $ref: ./examples/ConfigurationListByServer.json parameters: - $ref: ../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter - $ref: '#/parameters/ServerGroupNameParameter' - $ref: '#/parameters/ServerNameParameter_2' responses: '200': description: OK schema: $ref: '#/definitions/ServerConfigurationListResult_2' default: description: Error response describing why the operation failed. schema: $ref: '#/definitions/CloudError' x-ms-pageable: nextLinkName: nextLink summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Dbforpostgresql Servergroupsv2 Servergroupname Servers Servername Configurations ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBForPostgreSql/serverGroupsv2/{serverGroupName}/configurations : get: description: List all the configurations of a server group. tags: - Configurations operationId: microsoftAzureConfigurationsListbyservergroup x-ms-examples: List configurations of the server group: $ref: ./examples/ConfigurationListByServerGroup.json parameters: - $ref: ../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter - $ref: '#/parameters/ServerGroupNameParameter' responses: '200': description: OK schema: $ref: '#/definitions/ServerGroupConfigurationListResult' default: description: Error response describing why the operation failed. schema: $ref: '#/definitions/CloudError' x-ms-pageable: nextLinkName: nextLink summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Dbforpostgresql Servergroupsv2 Servergroupname Configurations ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBForPostgreSql/serverGroupsv2/{serverGroupName}/configurations/{configurationName} : patch: description: Updates configuration of server role groups in a server group tags: - Configurations operationId: microsoftAzureConfigurationsUpdate x-ms-long-running-operation: true x-ms-examples: Update single configuration of the server group: $ref: ./examples/ConfigurationUpdate.json parameters: - $ref: ../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter - $ref: '#/parameters/ServerGroupNameParameter' - $ref: '#/parameters/ConfigurationNameParameter_2' - name: parameters in: body required: true schema: $ref: '#/definitions/ServerGroupConfiguration' description: The required parameters for updating a server group configuration. responses: '200': description: OK schema: $ref: '#/definitions/ServerGroupConfiguration' '202': description: Accepted default: description: Error response describing why the operation failed. schema: $ref: '#/definitions/CloudError' summary: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Dbforpostgresql Servergroupsv2 Servergroupname Configurations Configurationname get: description: Gets information about single server group configuration. tags: - Configurations operationId: microsoftAzureConfigurationsGet x-ms-examples: Get single configuration of the server group: $ref: ./examples/ConfigurationGet.json parameters: - $ref: ../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter - $ref: '#/parameters/ServerGroupNameParameter' - $ref: '#/parameters/ConfigurationNameParameter_2' responses: '200': description: OK schema: $ref: '#/definitions/ServerGroupConfiguration' default: description: Error response describing why the operation failed. schema: $ref: '#/definitions/CloudError' summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Dbforpostgresql Servergroupsv2 Servergroupname Configurations Configurationname ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMariaDB/servers/{serverName}/configurations/{configurationName} : put: tags: - Configurations operationId: microsoftAzureConfigurationsCreateorupdate x-ms-examples: ConfigurationCreateOrUpdate: $ref: ./examples/ConfigurationCreateOrUpdate.json description: Updates a configuration of a server. parameters: - $ref: '#/parameters/ApiVersionParameter' - $ref: '#/parameters/SubscriptionIdParameter' - $ref: '#/parameters/ResourceGroupParameter' - $ref: '#/parameters/ServerNameParameter_3' - $ref: '#/parameters/ConfigurationNameParameter_3' - name: parameters in: body required: true schema: $ref: '#/definitions/Configuration_2' description: The required parameters for updating a server configuration. responses: '200': description: OK schema: $ref: '#/definitions/Configuration_2' '202': description: Accepted x-ms-long-running-operation: true summary: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Dbformariadb Servers Servername Configurations Configurationname get: tags: - Configurations operationId: microsoftAzureConfigurationsGet x-ms-examples: ConfigurationGet: $ref: ./examples/ConfigurationGet.json description: Gets information about a configuration of server. parameters: - $ref: '#/parameters/ApiVersionParameter' - $ref: '#/parameters/SubscriptionIdParameter' - $ref: '#/parameters/ResourceGroupParameter' - $ref: '#/parameters/ServerNameParameter_3' - $ref: '#/parameters/ConfigurationNameParameter_3' responses: '200': description: OK schema: $ref: '#/definitions/Configuration_2' summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Dbformariadb Servers Servername Configurations Configurationname ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMariaDB/servers/{serverName}/configurations : get: tags: - Configurations operationId: microsoftAzureConfigurationsListbyserver x-ms-examples: ConfigurationList: $ref: ./examples/ConfigurationListByServer.json description: List all the configurations in a given server. parameters: - $ref: '#/parameters/ApiVersionParameter' - $ref: '#/parameters/SubscriptionIdParameter' - $ref: '#/parameters/ResourceGroupParameter' - $ref: '#/parameters/ServerNameParameter_3' responses: '200': description: OK schema: $ref: '#/definitions/ConfigurationListResult' x-ms-pageable: nextLinkName: null summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Dbformariadb Servers Servername Configurations definitions: ServerConfiguration: description: Represents a configuration. type: object allOf: - $ref: ../../../../../common-types/resource-management/v4/types.json#/definitions/ProxyResource properties: properties: $ref: '#/definitions/ServerConfigurationProperties' description: The properties of a configuration. x-ms-client-flatten: true ServerGroupConfigurationProperties: description: The properties of server group configuration. properties: description: type: string description: Description of the configuration. readOnly: true dataType: type: string description: Data type of the configuration. enum: - Boolean - Numeric - Integer - Enumeration x-ms-enum: name: ConfigurationDataType modelAsString: true readOnly: true allowedValues: type: string description: Allowed values of the configuration. readOnly: true serverRoleGroupConfigurations: type: array description: The list of server role group configuration values. items: $ref: '#/definitions/ServerRoleGroupConfiguration_2' x-ms-identifiers: [] uniqueItems: true required: - serverRoleGroupConfigurations ServerConfigurationProperties_2: description: The properties of a configuration. properties: value: type: string description: Value of the configuration. source: type: string description: Source of the configuration. readOnly: true description: type: string description: Description of the configuration. readOnly: true defaultValue: type: string description: Default value of the configuration. readOnly: true dataType: type: string description: Data type of the configuration. enum: - Boolean - Numeric - Integer - Enumeration x-ms-enum: name: ConfigurationDataType modelAsString: true readOnly: true allowedValues: type: string description: Allowed values of the configuration. readOnly: true required: - value Configuration: description: Represents configuration details for coordinator and node. type: object allOf: - $ref: ../../../../../common-types/resource-management/v4/types.json#/definitions/ProxyResource properties: properties: $ref: '#/definitions/ConfigurationProperties' description: The properties of configuration. x-ms-client-flatten: true ServerRoleGroupConfiguration: description: Represents server role group configuration value. type: object properties: role: $ref: '#/definitions/ServerRole' description: The role of servers in the server role group. value: type: string description: Value of the configuration. defaultValue: type: string description: Default value of the configuration. readOnly: true source: type: string description: Source of the configuration. readOnly: true required: - role - value CloudErrorBody: x-ms-external: true description: An error response from the Batch service. properties: code: type: string description: An identifier for the error. Codes are invariant and are intended to be consumed programmatically. message: type: string description: A message describing the error, intended to be suitable for display in a user interface. target: type: string description: The target of the particular error. For example, the name of the property in error. details: type: array description: A list of additional details about the error. items: $ref: '#/definitions/CloudErrorBody' x-ms-identifiers: - code ConfigurationProperties_2: properties: value: type: string description: Value of the configuration. description: type: string readOnly: true description: Description of the configuration. defaultValue: type: string readOnly: true description: Default value of the configuration. dataType: type: string readOnly: true description: Data type of the configuration. allowedValues: type: string readOnly: true description: Allowed values of the configuration. source: type: string description: Source of the configuration. description: The properties of a configuration. ServerGroupConfigurationListResult: description: A list of server group configurations. properties: value: type: array description: The list of server group configurations. items: $ref: '#/definitions/ServerGroupConfiguration' nextLink: type: string description: Link to retrieve next page of results. readOnly: true ServerConfigurationListResult: description: A list of server configurations. type: object properties: value: type: array description: The list of server configurations. items: $ref: '#/definitions/ServerConfiguration' nextLink: type: string description: Link to retrieve next page of results. readOnly: true ServerConfigurationProperties: description: The properties of a configuration. type: object properties: value: type: string description: Value of the configuration. source: type: string description: Source of the configuration. readOnly: true description: type: string description: Description of the configuration. readOnly: true defaultValue: type: string description: Default value of the configuration. readOnly: true dataType: type: string description: Data type of the configuration. enum: - Boolean - Numeric - Integer - Enumeration x-ms-enum: name: ConfigurationDataType modelAsString: true readOnly: true allowedValues: type: string description: Allowed values of the configuration. readOnly: true requiresRestart: type: boolean description: If configuration change requires restart. readOnly: true provisioningState: $ref: '#/definitions/ProvisioningState' description: Provisioning state of the configuration. readOnly: true required: - value ServerConfigurationListResult_2: description: A list of server configurations. properties: value: type: array description: The list of server configurations. items: $ref: '#/definitions/ServerConfiguration_2' nextLink: type: string description: Link to retrieve next page of results. readOnly: true Configuration_2: properties: properties: $ref: '#/definitions/ConfigurationProperties_2' x-ms-client-flatten: true description: The properties of a configuration. allOf: - $ref: ../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource description: Represents a Configuration. ConfigurationProperties: description: The properties of configuration. type: object properties: description: type: string description: Description of the configuration. readOnly: true dataType: type: string description: Data type of the configuration. enum: - Boolean - Numeric - Integer - Enumeration x-ms-enum: name: ConfigurationDataType modelAsString: true readOnly: true allowedValues: type: string description: Allowed values of the configuration. readOnly: true requiresRestart: type: boolean description: If configuration change requires restart. serverRoleGroupConfigurations: type: array description: The list of server role group configuration values. items: $ref: '#/definitions/ServerRoleGroupConfiguration' x-ms-identifiers: [] uniqueItems: true provisioningState: $ref: '#/definitions/ProvisioningState' description: Provisioning state of the configuration readOnly: true required: - serverRoleGroupConfigurations ServerConfiguration_2: description: Represents a configuration. allOf: - $ref: ../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource properties: systemData: description: The system metadata relating to this resource $ref: ../../../../../common-types/resource-management/v2/types.json#/definitions/systemData properties: $ref: '#/definitions/ServerConfigurationProperties_2' description: The properties of a configuration. x-ms-client-flatten: true ConfigurationListResult: properties: value: type: array items: $ref: '#/definitions/Configuration_2' description: The list of server configurations. description: A list of server configurations. ClusterConfigurationListResult: description: A list of cluster configurations. type: object properties: value: type: array description: The list of cluster configurations. items: $ref: '#/definitions/Configuration' nextLink: type: string description: Link to retrieve next page of results. readOnly: true ServerRole: type: string description: The role of a server. enum: - Coordinator - Worker x-ms-enum: name: ServerRole modelAsString: true CloudError: x-ms-external: true description: An error response from the Batch service. properties: error: $ref: '#/definitions/CloudErrorBody' description: The error. ProvisioningState: type: string readOnly: true description: The current provisioning state. enum: - Succeeded - Canceled - InProgress - Failed x-ms-enum: name: ProvisioningState modelAsString: true ServerGroupConfiguration: description: Represents the configuration list of server role groups in a server group. allOf: - $ref: ../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource properties: systemData: description: The system metadata relating to this resource $ref: ../../../../../common-types/resource-management/v2/types.json#/definitions/systemData properties: $ref: '#/definitions/ServerGroupConfigurationProperties' description: The properties of server group configuration. x-ms-client-flatten: true ServerRoleGroupConfiguration_2: description: Represents server role group configuration value. properties: role: $ref: '#/definitions/ServerRole' description: The role of servers in the server role group. value: type: string description: Value of the configuration. defaultValue: type: string description: Default value of the configuration. readOnly: true source: type: string description: Source of the configuration. readOnly: true required: - role - value parameters: ApiVersionParameter: name: api-version in: query required: true type: string description: The API version to use for the request. ServerGroupNameParameter: name: serverGroupName in: path required: true type: string description: The name of the server group. minLength: 1 maxLength: 90 x-ms-parameter-location: method ServerNameParameter_3: name: serverName in: path required: true type: string description: The name of the server. x-ms-parameter-location: method ConfigurationNameParameter_2: name: configurationName in: path required: true type: string description: The name of the server group configuration. minLength: 1 maxLength: 90 x-ms-parameter-location: method ConfigurationNameParameter_3: name: configurationName in: path required: true type: string description: The name of the server configuration. x-ms-parameter-location: method ConfigurationNameParameter: name: configurationName in: path required: true type: string description: The name of the cluster configuration. pattern: ^[-\w\._]+$ minLength: 1 maxLength: 90 x-ms-parameter-location: method SubscriptionIdParameter: name: subscriptionId in: path required: true type: string description: The subscription ID that identifies an Azure subscription. ServerNameParameter_2: name: serverName in: path required: true type: string description: The name of the server. minLength: 1 maxLength: 90 x-ms-parameter-location: method ResourceGroupParameter: name: resourceGroupName in: path required: true type: string description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. x-ms-parameter-location: method ClusterNameParameter: name: clusterName in: path required: true type: string description: The name of the cluster. pattern: ^(?![0-9]+$)(?!-)[a-z0-9-]{3,40}(?