VirtualNetworkLinkProperties Class

Represents the properties of the Private DNS zone.

Constructor

VirtualNetworkLinkProperties(*args: Any, **kwargs: Any)

Variables

Name Description
virtual_network

The reference of the virtual network.

registration_enabled

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

resolution_policy

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. Known values are: "Default" and "NxDomainRedirect".

virtual_network_link_state

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. Known values are: "InProgress" and "Completed".

provisioning_state

The provisioning state of the resource. This is a read-only property and any attempt to set this value will be ignored. Known values are: "Creating", "Updating", "Deleting", "Succeeded", "Failed", and "Canceled".

Attributes

provisioning_state

The provisioning state of the resource. This is a read-only property and any attempt to set this value will be ignored. Known values are: "Creating", "Updating", "Deleting", "Succeeded", "Failed", and "Canceled".

provisioning_state: str | _models.ProvisioningState | None

registration_enabled

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

registration_enabled: bool | None

resolution_policy

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. Known values are: "Default" and "NxDomainRedirect".

resolution_policy: str | _models.ResolutionPolicy | None

virtual_network

The reference of the virtual network.

virtual_network: _models.SubResource | None

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. Known values are: "InProgress" and "Completed".

virtual_network_link_state: str | _models.VirtualNetworkLinkState | None