Partager via


BatchAccountCreateParameters.PublicNetworkAccess Propriété

Définition

Obtient ou définit le type d’accès réseau pour accéder à Azure Batch compte.

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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

Si elle n’est pas spécifiée, la valeur par défaut est « enabled ». Les valeurs possibles sont les suivantes : 'Enabled', 'Disabled'

S’applique à