BatchAccount.PublicNetworkAccess Property

Definition

Gets or sets the network interface type for accessing Azure Batch service and Batch account operations.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

If not specified, the default value is 'enabled'. Possible values include: 'Enabled', 'Disabled'

Applies to