次の方法で共有


PublicNetworkAccessType 列挙型

定義

PublicNetworkAccessType の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum PublicNetworkAccessType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type PublicNetworkAccessType = 
Public Enum PublicNetworkAccessType
継承
PublicNetworkAccessType
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

Disabled 1

パブリック接続を無効にし、プライベート エンドポイント リソースを介してAzure Batch サービスへのプライベート接続を有効にします。

Enabled 0

パブリック DNS を介したAzure Batchへの接続を有効にします。

適用対象