Compartilhar via


RecordSetInner Construtores

Definição

Sobrecargas

RecordSetInner()

Inicializa uma nova instância da classe RecordSetInner.

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>)

Inicializa uma nova instância da classe RecordSetInner.

RecordSetInner()

Inicializa uma nova instância da classe RecordSetInner.

public RecordSetInner ();
Public Sub New ()

Aplica-se a

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>)

Inicializa uma nova instância da classe RecordSetInner.

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)

Parâmetros

id
String

A ID do conjunto de registros.

name
String

O nome do conjunto de registros.

type
String

O tipo do conjunto de registros.

etag
String

A etag do conjunto de registros.

metadata
IDictionary<String,String>

Os metadados anexados ao conjunto de registros.

tTL
Nullable<Int64>

O TTL (vida útil) dos registros no conjunto de registros.

fqdn
String

Nome de domínio totalmente qualificado do conjunto de registros.

aRecords
IList<ARecord>

A lista de registros A no conjunto de registros.

aaaaRecords
IList<AaaaRecord>

A lista de registros AAAA no conjunto de registros.

mxRecords
IList<MxRecord>

A lista de registros MX no conjunto de registros.

nsRecords
IList<NsRecord>

A lista de registros NS no conjunto de registros.

ptrRecords
IList<PtrRecord>

A lista de registros PTR no conjunto de registros.

srvRecords
IList<SrvRecord>

A lista de registros SRV no conjunto de registros.

txtRecords
IList<TxtRecord>

A lista de registros TXT no conjunto de registros.

cnameRecord
CnameRecord

O registro CNAME no conjunto de registros.

soaRecord
SoaRecord

O registro SOA no conjunto de registros.

caaRecords
IList<CaaRecord>

A lista de registros CAA no conjunto de registros.

Aplica-se a