共用方式為


BatchAccountCreateParameters.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'

適用於