IPAddressProvisioningType Enum

  • java.lang.Object
    • java.lang.Enum<IPAddressProvisioningType>
      • com.microsoft.azure.management.batch.IPAddressProvisioningType

public enum IPAddressProvisioningType

Defines values for IPAddressProvisioningType.

Fields

BATCH_MANAGED

A public IP will be created and managed by Batch. There may be multiple public IPs depending on the size of the Pool.

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

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

String

Applies to