RecordSet コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
RecordSet()
RecordSet クラスの新しいインスタンスを初期化します。
public RecordSet();
Public Sub New ()
適用対象
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>)
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)
パラメーター
- id
- String
レコード セットの ID。
- name
- String
レコード セットの名前。
- type
- String
レコード セットの型。
- etag
- String
レコード セットの etag。
- metadata
- IDictionary<String,String>
レコード セットにアタッチされたメタデータ。
- fqdn
- String
レコード セットの完全修飾ドメイン名。
- provisioningState
- String
プロビジョニング レコード セットの状態。
- targetResource
- SubResource
dns リソース値の取得元の Azure リソースへの参照。
- aaaaRecords
- IList<AaaaRecord>
レコード セット内の AAAA レコードの一覧。
- cnameRecord
- CnameRecord
レコード セット内の CNAME レコード。
- soaRecord
- SoaRecord
レコード セット内の SOA レコード。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET