RecordSetInner Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- fqdn
- String
Fully qualified domain name of the record set.
- aaaaRecords
- IList<AaaaRecord>
The list of AAAA records in the record set.
- cnameRecord
- CnameRecord
The CNAME record in the record set.
- soaRecord
- SoaRecord
The SOA record in the record set.
Applies to
Azure SDK for .NET