BatchAccessScope Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. compute. batch. models. BatchAccessScope
- com.
- com.
public final class BatchAccessScope
extends ExpandableStringEnum<BatchAccessScope>
BatchAccessScope enums.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Batch |
JOB
Grants access to perform all operations on the Job containing the Task. |
Constructor Summary
| Constructor | Description |
|---|---|
| BatchAccessScope() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Batch |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Batch |
fromString(String name)
Creates or finds a Batch |
|
static
Collection<Batch |
values()
Gets known Batch |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
JOB
public static final BatchAccessScope JOB
Grants access to perform all operations on the Job containing the Task.
Constructor Details
BatchAccessScope
@Deprecated
public BatchAccessScope()
Deprecated
Creates a new instance of BatchAccessScope value.
Method Details
fromString
public static BatchAccessScope fromString(String name)
Creates or finds a BatchAccessScope from its string representation.
Parameters:
Returns:
values
public static Collection<BatchAccessScope> values()
Gets known BatchAccessScope values.
Returns: