Delen via


BatchAccount.PublicNetworkAccess Eigenschap

Definitie

Hiermee wordt het netwerkinterfacetype opgehaald of ingesteld voor toegang tot Azure Batch service- en Batch-accountbewerkingen.

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

Waarde van eigenschap

Kenmerken
Newtonsoft.Json.JsonPropertyAttribute

Opmerkingen

Als dit niet is opgegeven, is de standaardwaarde 'ingeschakeld'. Mogelijke waarden zijn: 'Ingeschakeld', 'Uitgeschakeld'

Van toepassing op