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
the parsed PoolIdentityType object, or null if unable to parse.
toString()
public String toString()
Returns
String
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Java