Partager via


RecordSetInner Constructeurs

Définition

Surcharges

RecordSetInner()

Initialise une nouvelle instance de la 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>)

Initialise une nouvelle instance de la classe RecordSetInner.

RecordSetInner()

Initialise une nouvelle instance de la classe RecordSetInner.

public RecordSetInner ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la 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)

Paramètres

id
String

ID du jeu d’enregistrements.

name
String

Nom du jeu d’enregistrements.

type
String

Type du jeu d’enregistrements.

etag
String

Etag du jeu d’enregistrements.

metadata
IDictionary<String,String>

Métadonnées attachées au jeu d’enregistrements.

tTL
Nullable<Int64>

Durée de vie (durée de vie) des enregistrements dans le jeu d’enregistrements.

fqdn
String

Nom de domaine complet du jeu d’enregistrements.

aRecords
IList<ARecord>

Liste des enregistrements A dans le jeu d’enregistrements.

aaaaRecords
IList<AaaaRecord>

Liste des enregistrements AAAA dans le jeu d’enregistrements.

mxRecords
IList<MxRecord>

Liste des enregistrements MX dans le jeu d’enregistrements.

nsRecords
IList<NsRecord>

Liste des enregistrements NS dans le jeu d’enregistrements.

ptrRecords
IList<PtrRecord>

Liste des enregistrements PTR dans le jeu d’enregistrements.

srvRecords
IList<SrvRecord>

Liste des enregistrements SRV dans le jeu d’enregistrements.

txtRecords
IList<TxtRecord>

Liste des enregistrements TXT dans le jeu d’enregistrements.

cnameRecord
CnameRecord

Enregistrement CNAME dans le jeu d’enregistrements.

soaRecord
SoaRecord

Enregistrement SOA dans le jeu d’enregistrements.

caaRecords
IList<CaaRecord>

Liste des enregistrements CAA dans le jeu d’enregistrements.

S’applique à