IpAddressProvisioningType Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. resourcemanager. batch. models. IpAddressProvisioningType
- com.
- java.
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