Share via


RecordSetInner Constructors

Definition

Overloads

RecordSetInner()

Initializes a new instance of the RecordSetInner class.

RecordSetInner(String, String, String, String, IDictionary<String, String>, Nullable<Int64>, String, IList<ARecord>, IList<AaaaRecord>, IList<MxRecord>, IList<NsRecord>, IList<PtrRecord>, IList<SrvRecord>, IList<TxtRecord>, CnameRecord, SoaRecord, IList<CaaRecord>)

Initializes a new instance of the RecordSetInner class.

RecordSetInner()

Initializes a new instance of the RecordSetInner class.

public RecordSetInner ();
Public Sub New ()

Applies to

RecordSetInner(String, String, String, String, IDictionary<String, String>, Nullable<Int64>, String, IList<ARecord>, IList<AaaaRecord>, IList<MxRecord>, IList<NsRecord>, IList<PtrRecord>, IList<SrvRecord>, IList<TxtRecord>, CnameRecord, SoaRecord, IList<CaaRecord>)

Initializes a new instance of the RecordSetInner class.

public RecordSetInner (string id = default, string name = default, string type = default, string etag = default, System.Collections.Generic.IDictionary<string,string> metadata = default, long? tTL = default, string fqdn = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Fluent.Models.ARecord> aRecords = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Fluent.Models.AaaaRecord> aaaaRecords = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Fluent.Models.MxRecord> mxRecords = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Fluent.Models.NsRecord> nsRecords = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Fluent.Models.PtrRecord> ptrRecords = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Fluent.Models.SrvRecord> srvRecords = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Fluent.Models.TxtRecord> txtRecords = default, Microsoft.Azure.Management.Dns.Fluent.Models.CnameRecord cnameRecord = default, Microsoft.Azure.Management.Dns.Fluent.Models.SoaRecord soaRecord = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Fluent.Models.CaaRecord> caaRecords = default);
new Microsoft.Azure.Management.Dns.Fluent.Models.RecordSetInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Nullable<int64> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Fluent.Models.ARecord> * System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Fluent.Models.AaaaRecord> * System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Fluent.Models.MxRecord> * System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Fluent.Models.NsRecord> * System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Fluent.Models.PtrRecord> * System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Fluent.Models.SrvRecord> * System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Fluent.Models.TxtRecord> * Microsoft.Azure.Management.Dns.Fluent.Models.CnameRecord * Microsoft.Azure.Management.Dns.Fluent.Models.SoaRecord * System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Fluent.Models.CaaRecord> -> Microsoft.Azure.Management.Dns.Fluent.Models.RecordSetInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing, Optional metadata As IDictionary(Of String, String) = Nothing, Optional tTL As Nullable(Of Long) = Nothing, Optional fqdn As String = Nothing, Optional aRecords As IList(Of ARecord) = Nothing, Optional aaaaRecords As IList(Of AaaaRecord) = Nothing, Optional mxRecords As IList(Of MxRecord) = Nothing, Optional nsRecords As IList(Of NsRecord) = Nothing, Optional ptrRecords As IList(Of PtrRecord) = Nothing, Optional srvRecords As IList(Of SrvRecord) = Nothing, Optional txtRecords As IList(Of TxtRecord) = Nothing, Optional cnameRecord As CnameRecord = Nothing, Optional soaRecord As SoaRecord = Nothing, Optional caaRecords As IList(Of CaaRecord) = Nothing)

Parameters

id
String

The ID of the record set.

name
String

The name of the record set.

type
String

The type of the record set.

etag
String

The etag of the record set.

metadata
IDictionary<String,String>

The metadata attached to the record set.

tTL
Nullable<Int64>

The TTL (time-to-live) of the records in the record set.

fqdn
String

Fully qualified domain name of the record set.

aRecords
IList<ARecord>

The list of A records in the record set.

aaaaRecords
IList<AaaaRecord>

The list of AAAA records in the record set.

mxRecords
IList<MxRecord>

The list of MX records in the record set.

nsRecords
IList<NsRecord>

The list of NS records in the record set.

ptrRecords
IList<PtrRecord>

The list of PTR records in the record set.

srvRecords
IList<SrvRecord>

The list of SRV records in the record set.

txtRecords
IList<TxtRecord>

The list of TXT records in the record set.

cnameRecord
CnameRecord

The CNAME record in the record set.

soaRecord
SoaRecord

The SOA record in the record set.

caaRecords
IList<CaaRecord>

The list of CAA records in the record set.

Applies to