次の方法で共有


PrivateLinkResource.RequiredZoneNames プロパティ

定義

プライベート リンク リソースのプライベート リンク DNS ゾーン名を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象