dnsEndpointType

@JvmName(name = "dhxrwbekwdrkuiqk")
suspend fun dnsEndpointType(value: Output<String>)
@JvmName(name = "qytdtdfcdxmvduoq")
suspend fun dnsEndpointType(value: String?)

Parameters

value

Specifies which DNS endpoint type to use. Possible values are Standard and AzureDnsZone. Defaults to Standard. Changing this forces a new resource to be created.

Note: Azure DNS zone support requires PartitionedDns feature to be enabled. To enable this feature for your subscription, use the following command: az feature register --namespace "Microsoft.Storage" --name "PartitionedDns".