Language

IDnsResolverDomainList.Domain Property

Definition

The domains in the domain list. Will be null if user is using large domain list.

[Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.Info(Create=true, Description="The domains in the domain list. Will be null if user is using large domain list.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="domains", Update=true)]
public System.Collections.Generic.List<string> Domain { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.Info(Create=true, Description="The domains in the domain list. Will be null if user is using large domain list.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="domains", Update=true)>]
member this.Domain : System.Collections.Generic.List<string> with get, set
Public Property Domain As List(Of String)

Property Value

Attributes

Applies to