GetVirtualNetworkLinkResult

data class GetVirtualNetworkLinkResult(val etag: String? = null, val id: String, val location: String? = null, val name: String, val provisioningState: String, val registrationEnabled: Boolean? = null, val tags: Map<String, String>? = null, val type: String, val virtualNetwork: SubResourceResponse? = null, val virtualNetworkLinkState: String)

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

Constructors

Link copied to clipboard
constructor(etag: String? = null, id: String, location: String? = null, name: String, provisioningState: String, registrationEnabled: Boolean? = null, tags: Map<String, String>? = null, type: String, virtualNetwork: SubResourceResponse? = null, virtualNetworkLinkState: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val etag: String? = null

The ETag of the virtual network link.

Link copied to clipboard
val id: String

Fully qualified resource Id for the resource. Example - '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateDnsZoneName}'.

Link copied to clipboard
val location: String? = null

The Azure Region where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

The provisioning state of the resource. This is a read-only property and any attempt to set this value will be ignored.

Link copied to clipboard

Is auto-registration of virtual machine records in the virtual network in the Private DNS zone enabled?

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. Example - 'Microsoft.Network/privateDnsZones'.

Link copied to clipboard

The reference of the virtual network.

Link copied to clipboard

The status of the virtual network link to the Private DNS zone. Possible values are 'InProgress' and 'Done'. This is a read-only property and any attempt to set this value will be ignored.