Share via


ARecord Constructors

Definition

Overloads

ARecord()

Initializes a new instance of the ARecord class.

ARecord(String)

Initializes a new instance of the ARecord class.

ARecord()

Initializes a new instance of the ARecord class.

public ARecord ();
Public Sub New ()

Applies to

ARecord(String)

Initializes a new instance of the ARecord class.

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

Parameters

ipv4Address
String

The IPv4 address of this A record.

Applies to