PublicNetworkAccessType Enum

Definition

Defines values for PublicNetworkAccessType.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum PublicNetworkAccessType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type PublicNetworkAccessType = 
Public Enum PublicNetworkAccessType
Inheritance
PublicNetworkAccessType
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Disabled 1

Disables public connectivity and enables private connectivity to Azure Batch Service through private endpoint resource.

Enabled 0

Enables connectivity to Azure Batch through public DNS.

Applies to