CaaRecord Constructors

Definition

Overloads

CaaRecord()

Initializes a new instance of the CaaRecord class.

CaaRecord(Nullable<Int32>, String, String)

Initializes a new instance of the CaaRecord class.

CaaRecord()

Initializes a new instance of the CaaRecord class.

public CaaRecord ();
Public Sub New ()

Applies to

CaaRecord(Nullable<Int32>, String, String)

Initializes a new instance of the CaaRecord class.

public CaaRecord (int? flags = default, string tag = default, string value = default);
new Microsoft.Azure.Management.Dns.Models.CaaRecord : Nullable<int> * string * string -> Microsoft.Azure.Management.Dns.Models.CaaRecord
Public Sub New (Optional flags As Nullable(Of Integer) = Nothing, Optional tag As String = Nothing, Optional value As String = Nothing)

Parameters

flags
Nullable<Int32>

The flags for this CAA record as an integer between 0 and 255.

tag
String

The tag for this CAA record.

value
String

The value for this CAA record.

Applies to