VirtualNetworkLinkProperties interface

Represents the properties of the Private DNS zone.

Properties

provisioningState

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

registrationEnabled

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

resolutionPolicy

The resolution policy on the virtual network link. Only applicable for virtual network links to privatelink zones, and for A,AAAA,CNAME queries. When set to 'NxDomainRedirect', Azure DNS resolver falls back to public resolution if private dns query resolution results in non-existent domain response.

virtualNetwork

The reference of the virtual network.

virtualNetworkLinkState

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.

Property Details

provisioningState

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

provisioningState?: string

Property Value

string

registrationEnabled

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

registrationEnabled?: boolean

Property Value

boolean

resolutionPolicy

The resolution policy on the virtual network link. Only applicable for virtual network links to privatelink zones, and for A,AAAA,CNAME queries. When set to 'NxDomainRedirect', Azure DNS resolver falls back to public resolution if private dns query resolution results in non-existent domain response.

resolutionPolicy?: string

Property Value

string

virtualNetwork

The reference of the virtual network.

virtualNetwork?: SubResource

Property Value

virtualNetworkLinkState

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.

virtualNetworkLinkState?: string

Property Value

string