AutoUserScope Enum
- java.
lang. Object - java.
lang. Enum<AutoUserScope> - com.
microsoft. azure. management. batch. AutoUserScope
- com.
- java.
public enum AutoUserScope
Defines values for AutoUserScope.
Fields
POOL |
Specifies that the task runs as the common auto user account which is created on every node in a pool. |
TASK |
Specifies that the service should create a new user for the task. |
Methods
fromString(String value)
public static AutoUserScope fromString(String value)
Parses a serialized value to a AutoUserScope instance.
Parameters
- value
- String
Returns
the parsed AutoUserScope 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