Freigeben über


IDnsIdentity.RecordType Property

Definition

The type of DNS record in this record set.

[Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.Info(Description="The type of DNS record in this record set.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Dns.Support.RecordType) }, ReadOnly=false, Required=false, SerializedName="recordType")]
public Microsoft.Azure.PowerShell.Cmdlets.Dns.Support.RecordType? RecordType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.Info(Description="The type of DNS record in this record set.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Dns.Support.RecordType) }, ReadOnly=false, Required=false, SerializedName="recordType")>]
member this.RecordType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Dns.Support.RecordType> with get, set
Public Property RecordType As Nullable(Of RecordType)

Property Value

Attributes

Applies to