Network.PublicNetworkAccess プロパティ

定義

このサーバーに対してパブリック ネットワーク アクセスを許可するかどうかを取得します。 サーバーに VNet 統合がある場合、値は "無効" です。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象