IDnsResolverDomainListPatch.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.
[Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.Info(Description="The domains in the domain list.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="domains")]
public string[] Domain { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.Info(Description="The domains in the domain list.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="domains")>]
member this.Domain : string[] with get, set
Public Property Domain As String()
Property Value
String[]
- Attributes