RecordSet Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
RecordSet() |
Inicializa una nueva instancia de la clase RecordSet. |
RecordSet(String, String, String, String, IDictionary<String, String>, Nullable<Int64>, String, String, SubResource, IList<ARecord>, IList<AaaaRecord>, IList<MxRecord>, IList<NsRecord>, IList<PtrRecord>, IList<SrvRecord>, IList<TxtRecord>, CnameRecord, SoaRecord, IList<CaaRecord>) |
Inicializa una nueva instancia de la clase RecordSet. |
RecordSet()
Inicializa una nueva instancia de la clase RecordSet.
public RecordSet ();
Public Sub New ()
Se aplica a
RecordSet(String, String, String, String, IDictionary<String, String>, Nullable<Int64>, String, String, SubResource, IList<ARecord>, IList<AaaaRecord>, IList<MxRecord>, IList<NsRecord>, IList<PtrRecord>, IList<SrvRecord>, IList<TxtRecord>, CnameRecord, SoaRecord, IList<CaaRecord>)
Inicializa una nueva instancia de la clase RecordSet.
public RecordSet (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, string provisioningState = default, Microsoft.Azure.Management.Dns.Models.SubResource targetResource = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.ARecord> aRecords = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.AaaaRecord> aaaaRecords = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.MxRecord> mxRecords = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.NsRecord> nsRecords = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.PtrRecord> ptrRecords = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.SrvRecord> srvRecords = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.TxtRecord> txtRecords = default, Microsoft.Azure.Management.Dns.Models.CnameRecord cnameRecord = default, Microsoft.Azure.Management.Dns.Models.SoaRecord soaRecord = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.CaaRecord> caaRecords = default);
new Microsoft.Azure.Management.Dns.Models.RecordSet : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Nullable<int64> * string * string * Microsoft.Azure.Management.Dns.Models.SubResource * System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.ARecord> * System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.AaaaRecord> * System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.MxRecord> * System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.NsRecord> * System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.PtrRecord> * System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.SrvRecord> * System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.TxtRecord> * Microsoft.Azure.Management.Dns.Models.CnameRecord * Microsoft.Azure.Management.Dns.Models.SoaRecord * System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.CaaRecord> -> Microsoft.Azure.Management.Dns.Models.RecordSet
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 provisioningState As String = Nothing, Optional targetResource As SubResource = 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
Identificador del conjunto de registros.
- name
- String
Nombre del conjunto de registros.
- type
- String
Tipo del conjunto de registros.
- etag
- String
ETag del conjunto de registros.
- metadata
- IDictionary<String,String>
Metadatos adjuntos al conjunto de registros.
- fqdn
- String
Nombre de dominio completo del conjunto de registros.
- provisioningState
- String
estado de aprovisionamiento del conjunto de registros.
- targetResource
- SubResource
Referencia a un recurso de Azure desde donde se toma el valor del recurso dns.
- aaaaRecords
- IList<AaaaRecord>
La lista de registros AAAA del conjunto de registros.
- cnameRecord
- CnameRecord
Registro CNAME del conjunto de registros.
- soaRecord
- SoaRecord
Registro SOA del conjunto de registros.
Se aplica a
Azure SDK for .NET