Partager via


IMicrosoftGraphDomainDnsRecord.RecordType Property

Definition

Indicates what type of DNS record this entity represents.The value can be one of the following: CName, Mx, Srv, Txt.

[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(Create=true, Description="Indicates what type of DNS record this entity represents.The value can be one of the following: CName, Mx, Srv, Txt.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="recordType", Update=true)]
public string RecordType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(Create=true, Description="Indicates what type of DNS record this entity represents.The value can be one of the following: CName, Mx, Srv, Txt.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="recordType", Update=true)>]
member this.RecordType : string with get, set
Public Property RecordType As String

Property Value

Attributes

Applies to