Language

IDnsSecurityRule.DnsResolverDomainList Property

Definition

DNS resolver policy domains lists that the DNS security rule applies to.

[Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.Info(Create=true, Description="DNS resolver policy domains lists that the DNS security rule applies to.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.ISubResource) }, Read=true, ReadOnly=false, Required=false, SerializedName="dnsResolverDomainLists", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.ISubResource> DnsResolverDomainList { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.Info(Create=true, Description="DNS resolver policy domains lists that the DNS security rule applies to.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.ISubResource) }, Read=true, ReadOnly=false, Required=false, SerializedName="dnsResolverDomainLists", Update=true)>]
member this.DnsResolverDomainList : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.ISubResource> with get, set
Public Property DnsResolverDomainList As List(Of ISubResource)

Property Value

Attributes

Applies to