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

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.

tags

Resource tags.

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.

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

systemData

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

The ETag of the virtual network link.

etag?: string

Property Value

string

The Azure Region where the resource lives

location?: string

Property Value

string

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

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

registrationEnabled?: boolean

Property Value

boolean

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

Resource tags.

tags?: Record<string, string>

Property Value

Record<string, string>

The reference of the virtual network.

virtualNetwork?: SubResource

Property Value

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

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

The name of the resource

name?: string

Property Value

string

Inherited From ProxyResource.name

Azure Resource Manager metadata containing createdBy and modifiedBy information.

systemData?: SystemData

Property Value

Inherited From ProxyResource.systemData

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

type?: string

Property Value

string

Inherited From ProxyResource.type