VirtualNetworkLink interface
Describes a link to virtual network for a Private DNS zone.
- Extends
Properties
| etag | The ETag of the virtual network link. |
| location | The Azure Region where the resource lives |
| 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. |
| tags | Resource tags. |
| 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. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
etag
The ETag of the virtual network link.
etag?: string
Property Value
string
location
The Azure Region where the resource lives
location?: string
Property Value
string
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
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, 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
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type