VirtualNetworkLinkProperties interface
Represents the properties of the Private DNS zone.
Properties
| provisioning |
The provisioning state of the resource. This is a read-only property and any attempt to set this value will be ignored. |
| registration |
Is auto-registration of virtual machine records in the virtual network in the Private DNS zone enabled? |
| resolution |
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. |
| virtual |
The reference of the virtual network. |
| virtual |
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
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