get Workload Network Dns Zone
suspend fun getWorkloadNetworkDnsZone(argument: GetWorkloadNetworkDnsZonePlainArgs): GetWorkloadNetworkDnsZoneResult
NSX DNS Zone Uses Azure REST API version 2022-05-01. Other available API versions: 2023-03-01, 2023-09-01.
Return
NSX DNS Zone
Parameters
argument
null
suspend fun getWorkloadNetworkDnsZone(dnsZoneId: String, privateCloudName: String, resourceGroupName: String): GetWorkloadNetworkDnsZoneResult
Return
NSX DNS Zone
Parameters
dns Zone Id
NSX DNS Zone identifier. Generally the same as the DNS Zone's display name
private Cloud Name
Name of the private cloud
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getWorkloadNetworkDnsZone(argument: suspend GetWorkloadNetworkDnsZonePlainArgsBuilder.() -> Unit): GetWorkloadNetworkDnsZoneResult
Return
NSX DNS Zone
Parameters
argument
Builder for com.pulumi.azurenative.avs.kotlin.inputs.GetWorkloadNetworkDnsZonePlainArgs.