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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Java