TxtRecord Constructors

Definition

Overloads

TxtRecord()

Initializes a new instance of the TxtRecord class.

TxtRecord(IList<String>)

Initializes a new instance of the TxtRecord class.

TxtRecord()

Initializes a new instance of the TxtRecord class.

public TxtRecord ();
Public Sub New ()

Applies to

TxtRecord(IList<String>)

Initializes a new instance of the TxtRecord class.

public TxtRecord (System.Collections.Generic.IList<string> value = default);
new Microsoft.Azure.Management.Dns.Models.TxtRecord : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Dns.Models.TxtRecord
Public Sub New (Optional value As IList(Of String) = Nothing)

Parameters

value
IList<String>

The text value of this TXT record.

Applies to