PtrRecord Constructors

Definition

Overloads

PtrRecord()

Initializes a new instance of the PtrRecord class.

PtrRecord(String)

Initializes a new instance of the PtrRecord class.

PtrRecord()

Initializes a new instance of the PtrRecord class.

public PtrRecord ();
Public Sub New ()

Applies to

PtrRecord(String)

Initializes a new instance of the PtrRecord class.

public PtrRecord (string ptrdname = default);
new Microsoft.Azure.Management.Dns.Models.PtrRecord : string -> Microsoft.Azure.Management.Dns.Models.PtrRecord
Public Sub New (Optional ptrdname As String = Nothing)

Parameters

ptrdname
String

The PTR target domain name for this PTR record.

Applies to