RecordSet Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
RecordSet() |
Inicializa uma nova instância da classe RecordSet. |
RecordSet(String, String, String, String, IDictionary<String, String>, Nullable<Int64>, String, Nullable<Boolean>, IList<ARecord>, IList<AaaaRecord>, CnameRecord, IList<MxRecord>, IList<PtrRecord>, SoaRecord, IList<SrvRecord>, IList<TxtRecord>) |
Inicializa uma nova instância da classe RecordSet. |
RecordSet()
Inicializa uma nova instância da classe RecordSet.
public RecordSet ();
Public Sub New ()
Aplica-se a
RecordSet(String, String, String, String, IDictionary<String, String>, Nullable<Int64>, String, Nullable<Boolean>, IList<ARecord>, IList<AaaaRecord>, CnameRecord, IList<MxRecord>, IList<PtrRecord>, SoaRecord, IList<SrvRecord>, IList<TxtRecord>)
Inicializa uma nova instância da classe 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, bool? isAutoRegistered = default, System.Collections.Generic.IList<Microsoft.Azure.Management.PrivateDns.Models.ARecord> aRecords = default, System.Collections.Generic.IList<Microsoft.Azure.Management.PrivateDns.Models.AaaaRecord> aaaaRecords = default, Microsoft.Azure.Management.PrivateDns.Models.CnameRecord cnameRecord = default, System.Collections.Generic.IList<Microsoft.Azure.Management.PrivateDns.Models.MxRecord> mxRecords = default, System.Collections.Generic.IList<Microsoft.Azure.Management.PrivateDns.Models.PtrRecord> ptrRecords = default, Microsoft.Azure.Management.PrivateDns.Models.SoaRecord soaRecord = default, System.Collections.Generic.IList<Microsoft.Azure.Management.PrivateDns.Models.SrvRecord> srvRecords = default, System.Collections.Generic.IList<Microsoft.Azure.Management.PrivateDns.Models.TxtRecord> txtRecords = default);
new Microsoft.Azure.Management.PrivateDns.Models.RecordSet : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Nullable<int64> * string * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.PrivateDns.Models.ARecord> * System.Collections.Generic.IList<Microsoft.Azure.Management.PrivateDns.Models.AaaaRecord> * Microsoft.Azure.Management.PrivateDns.Models.CnameRecord * System.Collections.Generic.IList<Microsoft.Azure.Management.PrivateDns.Models.MxRecord> * System.Collections.Generic.IList<Microsoft.Azure.Management.PrivateDns.Models.PtrRecord> * Microsoft.Azure.Management.PrivateDns.Models.SoaRecord * System.Collections.Generic.IList<Microsoft.Azure.Management.PrivateDns.Models.SrvRecord> * System.Collections.Generic.IList<Microsoft.Azure.Management.PrivateDns.Models.TxtRecord> -> Microsoft.Azure.Management.PrivateDns.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 isAutoRegistered As Nullable(Of Boolean) = Nothing, Optional aRecords As IList(Of ARecord) = Nothing, Optional aaaaRecords As IList(Of AaaaRecord) = Nothing, Optional cnameRecord As CnameRecord = Nothing, Optional mxRecords As IList(Of MxRecord) = Nothing, Optional ptrRecords As IList(Of PtrRecord) = Nothing, Optional soaRecord As SoaRecord = Nothing, Optional srvRecords As IList(Of SrvRecord) = Nothing, Optional txtRecords As IList(Of TxtRecord) = Nothing)
Parâmetros
- id
- String
ID de recurso totalmente qualificada para o recurso. Exemplo – '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateDnsZoneName}'.
- name
- String
O nome do recurso
- type
- String
Tipo do recurso. Exemplo – 'Microsoft.Network/privateDnsZones'.
- etag
- String
A ETag do conjunto de registros.
- metadata
- IDictionary<String,String>
Os metadados anexados ao conjunto de registros.
- fqdn
- String
Nome de domínio totalmente qualificado do conjunto de registros.
O conjunto de registros é registrado automaticamente na zona DNS privado por meio de um link de rede virtual?
- aaaaRecords
- IList<AaaaRecord>
A lista de registros AAAA no conjunto de registros.
- cnameRecord
- CnameRecord
O registro CNAME no conjunto de registros.
- soaRecord
- SoaRecord
O registro SOA no conjunto de registros.
Aplica-se a
Azure SDK for .NET