次の方法で共有


GroupIdInformationProperties.RequiredZoneNames プロパティ

定義

特定のグループ ID に必要な DNS ゾーンを取得または設定します

[Newtonsoft.Json.JsonProperty(PropertyName="requiredZoneNames")]
public System.Collections.Generic.IList<string> RequiredZoneNames { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="requiredZoneNames")>]
member this.RequiredZoneNames : System.Collections.Generic.IList<string> with get, set
Public Property RequiredZoneNames As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象