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