次の方法で共有


RecordSet.CaaRecords プロパティ

定義

レコード セット内の CAA レコードの一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.caaRecords")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.CaaRecord> CaaRecords { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.caaRecords")>]
member this.CaaRecords : System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.CaaRecord> with get, set
Public Property CaaRecords As IList(Of CaaRecord)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象