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
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