Package com.azure.compute.batch.models
Class AccessScope
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AccessScope>
com.azure.compute.batch.models.AccessScope
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
AccessScope enums.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AccessScope
Grants access to perform all operations on the Job containing the Task. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AccessScope
fromString
(String name) Creates or finds a AccessScope from its string representation.static Collection
<AccessScope> values()
Gets known AccessScope values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
JOB
Grants access to perform all operations on the Job containing the Task.
-
-
Constructor Details
-
AccessScope
Deprecated.Use thefromString(String)
factory method.Creates a new instance of AccessScope value.
-
-
Method Details
-
fromString
Creates or finds a AccessScope from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding AccessScope.
-
values
Gets known AccessScope values.- Returns:
- known AccessScope values.
-
fromString(String)
factory method.