Language

IDnsSecurityRule.ManagedDomainList Property

Definition

Managed domain lists that the DNS security rule applies to.

[Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.PSArgumentCompleter(new System.String[] { "AzureDnsThreatIntel" })]
[Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.Info(Create=true, Description="Managed domain lists that the DNS security rule applies to.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="managedDomainLists", Update=true)]
public System.Collections.Generic.List<string> ManagedDomainList { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.PSArgumentCompleter(new System.String[] { "AzureDnsThreatIntel" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.Info(Create=true, Description="Managed domain lists that the DNS security rule applies to.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="managedDomainLists", Update=true)>]
member this.ManagedDomainList : System.Collections.Generic.List<string> with get, set
Public Property ManagedDomainList As List(Of String)

Property Value

Attributes

Applies to