Sdílet prostřednictvím


BatchAccountCreateParameters.PublicNetworkAccess Vlastnost

Definice

Získá nebo nastaví typ síťového přístupu pro přístup k účtu 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)

Hodnota vlastnosti

Atributy
Newtonsoft.Json.JsonPropertyAttribute

Poznámky

Pokud není zadaný, výchozí hodnota je "povoleno". Mezi možné hodnoty patří: Enabled( Povoleno), Disabled (Zakázáno).

Platí pro