PoolIdentityType Enum
- java.
lang. Object - java.
lang. Enum<PoolIdentityType> - com.
microsoft. azure. management. batch. PoolIdentityType
- com.
- java.
public enum PoolIdentityType
Defines values for PoolIdentityType.
Fields
NONE |
Batch pool has no identity associated with it. Setting `None` in update pool will remove existing identities. |
USER_ASSIGNED |
Batch pool has user assigned identities with it. |
Methods
fromString(String value)
public static PoolIdentityType fromString(String value)
Parses a serialized value to a PoolIdentityType instance.
Parameters
- value
- String
Returns
toString()
public String toString()