次の方法で共有


Cluster.PublicNetworkAccess プロパティ

定義

クラスターへのパブリック ネットワーク アクセスが既定で有効になっていることを取得または設定します。 無効にすると、クラスターへのプライベート エンドポイント接続のみが許可されます。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象