GetZoneVirtualNetworkLinkPlainArgs

data class GetZoneVirtualNetworkLinkPlainArgs(val name: String, val privateDnsZoneName: String, val resourceGroupName: String) : ConvertibleToJava<GetZoneVirtualNetworkLinkPlainArgs>

A collection of arguments for invoking getZoneVirtualNetworkLink.

Constructors

Link copied to clipboard
constructor(name: String, privateDnsZoneName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the Private DNS Zone Virtual Network Link.

Link copied to clipboard

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

Link copied to clipboard

Specifies the resource group where the Private DNS Zone exists.

Functions

Link copied to clipboard
open override fun toJava(): GetZoneVirtualNetworkLinkPlainArgs