swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector GetPrivateDnsZoneSuffix API schemes: - https tags: - name: GetPrivateDnsZoneSuffix paths: /providers/Microsoft.DBforMySQL/getPrivateDnsZoneSuffix: post: tags: - GetPrivateDnsZoneSuffix operationId: microsoftAzureGetprivatednszonesuffixExecute x-ms-examples: GetPrivateDnsZoneSuffix: $ref: ./examples/GetPrivateDnsZoneSuffix.json description: Get private DNS zone suffix in the cloud. parameters: - $ref: ../../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter responses: '200': description: OK schema: $ref: '#/definitions/GetPrivateDnsZoneSuffixResponse' default: description: Error response describing why the operation failed. schema: $ref: ../../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse summary: Microsoft Azure Post Providers Microsoft Dbformysql Getprivatednszonesuffix /providers/Microsoft.DBforPostgreSQL/getPrivateDnsZoneSuffix: post: tags: - GetPrivateDnsZoneSuffix operationId: microsoftAzureGetprivatednszonesuffixExecute x-ms-examples: GetPrivateDnsZoneSuffix: $ref: ./examples/GetPrivateDnsZoneSuffix.json description: Get private DNS zone suffix in the cloud parameters: - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter responses: '200': description: OK schema: $ref: '#/definitions/PrivateDnsZoneSuffix' default: description: Error response describing why the operation failed. schema: $ref: ../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse summary: Microsoft Azure Post Providers Microsoft Dbforpostgresql Getprivatednszonesuffix definitions: GetPrivateDnsZoneSuffixResponse: type: object properties: privateDnsZoneSuffix: type: string description: Represents the private DNS zone suffix. description: The response of get private dns zone suffix. PrivateDnsZoneSuffix: type: string description: Represents a resource name availability. x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'