IHostEntity.DnsDomain Property

Definition

The DNS domain that this host belongs to. Should contain the compete DNS suffix for the domain

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=false, Description="The DNS domain that this host belongs to. Should contain the compete DNS suffix for the domain", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="dnsDomain", Update=false)]
public string DnsDomain { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=false, Description="The DNS domain that this host belongs to. Should contain the compete DNS suffix for the domain", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="dnsDomain", Update=false)>]
member this.DnsDomain : string
Public ReadOnly Property DnsDomain As String

Property Value

Attributes

Applies to