getPrivateZone

Gets a Private DNS zone. Retrieves the zone properties, but not the virtual networks links or the record sets within the zone. Uses Azure REST API version 2020-06-01. Other available API versions: 2024-06-01.

Return

Describes a Private DNS zone.

Parameters

argument

null


suspend fun getPrivateZone(privateZoneName: String, resourceGroupName: String): GetPrivateZoneResult

Return

Describes a Private DNS zone.

Parameters

privateZoneName

The name of the Private DNS zone (without a terminating dot).

resourceGroupName

The name of the resource group.

See also


Return

Describes a Private DNS zone.

Parameters

argument

Builder for com.pulumi.azurenative.network.kotlin.inputs.GetPrivateZonePlainArgs.

See also