Get Virtual Network Link Result
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.
Properties
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
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.