次の方法で共有


BatchAccountUpdateParameters.PublicNetworkAccess プロパティ

定義

アカウントにアクセスするためのネットワーク アクセスの種類Azure Batch取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.publicNetworkAccess")]
public Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType? PublicNetworkAccess { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.publicNetworkAccess")>]
member this.PublicNetworkAccess : Nullable<Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType> with get, set
Public Property PublicNetworkAccess As Nullable(Of PublicNetworkAccessType)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

指定しない場合、既定値は 'enabled' です。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

適用対象