GetVirtualNetworkLinkPlainArgs

data class GetVirtualNetworkLinkPlainArgs(val privateZoneName: String, val resourceGroupName: String, val virtualNetworkLinkName: String) : ConvertibleToJava<GetVirtualNetworkLinkPlainArgs>

Constructors

Link copied to clipboard
constructor(privateZoneName: String, resourceGroupName: String, virtualNetworkLinkName: String)

Properties

Link copied to clipboard

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

Link copied to clipboard

The name of the resource group.

Link copied to clipboard

The name of the virtual network link.

Functions

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