IpAddressProvisioningType Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.resourcemanager.batch.models.IpAddressProvisioningType

public enum IpAddressProvisioningType
extends Enum<IpAddressProvisioningType>

The provisioning type for Public IP Addresses for the Batch Pool.

Fields

BATCH_MANAGED

A public IP will be created and managed by Batch.

NO_PUBLIC_IPADDRESSES

No public IP Address will be created for the Compute Nodes in the Pool.

USER_MANAGED

Public IPs are provided by the user and will be used to provision the Compute Nodes.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static IpAddressProvisioningType fromString(String value)

Parses a serialized value to a IpAddressProvisioningType instance.

Parameters

value
String
the serialized value to parse.

Returns

the parsed IpAddressProvisioningType object, or null if unable to parse.

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static IpAddressProvisioningType valueOf(String name)

Parameters

name
String

Returns

values()

public static IpAddressProvisioningType[] values()

Returns

Applies to