get Workload Network Dns Service
suspend fun getWorkloadNetworkDnsService(argument: GetWorkloadNetworkDnsServicePlainArgs): GetWorkloadNetworkDnsServiceResult
Get a WorkloadNetworkDnsService Uses Azure REST API version 2023-09-01. Other available API versions: 2022-05-01, 2023-03-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native avs [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
Return
NSX DNS Service
Parameters
argument
null
suspend fun getWorkloadNetworkDnsService(dnsServiceId: String, privateCloudName: String, resourceGroupName: String): GetWorkloadNetworkDnsServiceResult
Return
NSX DNS Service
Parameters
dns Service Id
ID of the DNS service.
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 getWorkloadNetworkDnsService(argument: suspend GetWorkloadNetworkDnsServicePlainArgsBuilder.() -> Unit): GetWorkloadNetworkDnsServiceResult
Return
NSX DNS Service
Parameters
argument
Builder for com.pulumi.azurenative.avs.kotlin.inputs.GetWorkloadNetworkDnsServicePlainArgs.