getVirtualNetworkLink

Gets a virtual network link to the specified Private DNS zone. Uses Azure REST API version 2024-06-01. Other available API versions: 2018-09-01, 2020-01-01, 2020-06-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native privatedns [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

Describes a link to virtual network for a Private DNS zone.

Parameters

argument

null


suspend fun getVirtualNetworkLink(privateZoneName: String, resourceGroupName: String, virtualNetworkLinkName: String): GetVirtualNetworkLinkResult

Return

Describes a link to virtual network for a Private DNS zone.

Parameters

privateZoneName

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

resourceGroupName

The name of the resource group.

virtualNetworkLinkName

The name of the virtual network link.

See also


Return

Describes a link to virtual network for a Private DNS zone.

Parameters

argument

Builder for com.pulumi.azurenative.privatedns.kotlin.inputs.GetVirtualNetworkLinkPlainArgs.

See also