次の方法で共有


Cluster.RestrictOutboundNetworkAccess プロパティ

定義

送信ネットワーク アクセスを制限するかどうかを取得または設定します。 値は省略可能ですが、渡される場合は、'Enabled' または 'Disabled' である必要があります。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.restrictOutboundNetworkAccess")]
public string RestrictOutboundNetworkAccess { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.restrictOutboundNetworkAccess")>]
member this.RestrictOutboundNetworkAccess : string with get, set
Public Property RestrictOutboundNetworkAccess As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象