Language

IDnsResolverIdentity.VirtualNetworkLinkName Property

Definition

The name of the virtual network link.

[Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.Info(Description="The name of the virtual network link.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="virtualNetworkLinkName")]
public string VirtualNetworkLinkName { get; set; }
[Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.Info(Create=true, Description="The name of the virtual network link.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="virtualNetworkLinkName", Update=true)]
public string VirtualNetworkLinkName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.Info(Description="The name of the virtual network link.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="virtualNetworkLinkName")>]
member this.VirtualNetworkLinkName : string with get, set
[<Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.Info(Create=true, Description="The name of the virtual network link.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="virtualNetworkLinkName", Update=true)>]
member this.VirtualNetworkLinkName : string with get, set
Public Property VirtualNetworkLinkName As String

Property Value

Attributes

Applies to