次の方法で共有


ClusterUpdate.AllowedFqdnList プロパティ

定義

クラスターからのエグレスで許可される FQDN (完全修飾ドメイン名) の一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象