IDnsResolverIdentity.DnsResolverPolicyVirtualNetworkLinkName Property
Definition
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.
The name of the DNS resolver policy virtual network link for the DNS resolver policy.
[Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.Info(Description="The name of the DNS resolver policy virtual network link for the DNS resolver policy.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="dnsResolverPolicyVirtualNetworkLinkName")]
public string DnsResolverPolicyVirtualNetworkLinkName { get; set; }
[Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.Info(Create=true, Description="The name of the DNS resolver policy virtual network link for the DNS resolver policy.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="dnsResolverPolicyVirtualNetworkLinkName", Update=true)]
public string DnsResolverPolicyVirtualNetworkLinkName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.Info(Description="The name of the DNS resolver policy virtual network link for the DNS resolver policy.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="dnsResolverPolicyVirtualNetworkLinkName")>]
member this.DnsResolverPolicyVirtualNetworkLinkName : string with get, set
[<Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.Info(Create=true, Description="The name of the DNS resolver policy virtual network link for the DNS resolver policy.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="dnsResolverPolicyVirtualNetworkLinkName", Update=true)>]
member this.DnsResolverPolicyVirtualNetworkLinkName : string with get, set
Public Property DnsResolverPolicyVirtualNetworkLinkName As String
Property Value
- Attributes