IDnsResolverDomainList.Domain 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 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