Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

PSPrivateDnsVirtualNetworkLink Class

Definition

Namespace:
Microsoft.Azure.Commands.PrivateDns.Models
Assembly:
Microsoft.Azure.PowerShell.Cmdlets.PrivateDns.dll

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

public class PSPrivateDnsVirtualNetworkLink
type PSPrivateDnsVirtualNetworkLink = class
Public Class PSPrivateDnsVirtualNetworkLink
Inheritance
PSPrivateDnsVirtualNetworkLink

Constructors

Name Description
PSPrivateDnsVirtualNetworkLink()

Properties

Name Description
Etag

Gets or sets the Etag of this zone

Location

Gets or sets the location to which this zone belongs.

Name

Gets or sets the name of the virtual network link.

ProvisioningState

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

RegistrationEnabled

Gets or sets is auto-registration of virtual machine records in the virtual network in the Private DNS zone enabled?

ResolutionPolicy

Gets or sets the resolution policy of the virtual network link to the Private DNS Possible values include: 'Default', 'NxDomainRedirect',

ResourceGroupName

Gets or sets the name of the resource group to which this zone belongs.

ResourceId

Gets or sets the resource Id of the virtual network link.

Tags

Gets or sets the tags of this resource

VirtualNetworkId

virtual network that is associated with the virtual network link.

VirtualNetworkLinkState

Gets the status of the virtual network link to the Private DNS zone. Possible values are 'InProgress' and 'Completed'. This is a read-only property and any attempt to set this value will be ignored. Possible values include: 'InProgress', 'Completed'

ZoneName

Name of the private zone that is associated with the virtual network link.

Applies to