Aracılığıyla paylaş


BatchAccountCreateParameters.PublicNetworkAccess Özellik

Tanım

Azure Batch hesaba erişmek için ağ erişim türünü alır veya ayarlar.

[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)

Özellik Değeri

Öznitelikler
Newtonsoft.Json.JsonPropertyAttribute

Açıklamalar

Belirtilmezse, varsayılan değer 'etkin' olur. Olası değerler şunlardır: 'Enabled', 'Disabled'

Şunlara uygulanır