GetZoneVirtualNetworkLinkResult

data class GetZoneVirtualNetworkLinkResult(val id: String, val name: String, val privateDnsZoneName: String, val registrationEnabled: Boolean, val resourceGroupName: String, val tags: Map<String, String>, val virtualNetworkId: String)

A collection of values returned by getZoneVirtualNetworkLink.

Constructors

Link copied to clipboard
constructor(id: String, name: String, privateDnsZoneName: String, registrationEnabled: Boolean, resourceGroupName: String, tags: Map<String, String>, virtualNetworkId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Whether the auto-registration of virtual machine records in the virtual network in the Private DNS zone is enabled or not.

Link copied to clipboard
Link copied to clipboard

A mapping of tags to assign to the resource.

Link copied to clipboard

The ID of the Virtual Network that is linked to the DNS Zone.