Skip to main content

private_dns_zone_suffix

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

Overview

Nameprivate_dns_zone_suffix
TypeResource
Idazure.postgresql_flexible_servers.private_dns_zone_suffix

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
valuestring

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getselectGets the private DNS zone suffix.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription

SELECT examples

Gets the private DNS zone suffix.

SELECT
value
FROM azure.postgresql_flexible_servers.private_dns_zone_suffix
;