IPAddressProvisioningType Enum
- java.
lang. Object - java.
lang. Enum<IPAddressProvisioningType> - com.
microsoft. azure. management. batch. IPAddressProvisioningType
- com.
- java.
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
Returns
the parsed IPAddressProvisioningType object, or null if unable to parse.
toString()
public String toString()
Returns
String
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java