IDnsSecurityRule.DnsResolverDomainList 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.
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