次の方法で共有


RecordSetInner.SrvRecords プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象