AccessScope Enum
- java.
lang. Object - java.
lang. Enum<AccessScope> - com.
microsoft. azure. batch. protocol. models. AccessScope
- com.
- java.
public enum AccessScope
Defines values for AccessScope.
Fields
JOB |
Grants access to perform all operations on the job containing the task. |
Methods
fromString(String value)
public static AccessScope fromString(String value)
Parses a serialized value to a AccessScope instance.
Parameters
- value
- String
Returns
the parsed AccessScope object, or null if unable to parse.
toString()
public String toString()
Returns
String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java