OperationKind Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. developer. loadtesting. models. OperationKind
- com.
- com.
public final class OperationKind
extends ExpandableStringEnum<OperationKind>
Kind of the long running operation.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Operation |
CLONE_TEST
Operation represents a clone test operation. |
|
static final
Operation |
GENERATE_TEST_RUN_INSIGHTS
Operation represents a test run insights generation operation. |
|
static final
Operation |
TEST_PLAN_RECOMMENDATIONS
Operation represents a test plan recommendations generation operation. |
Constructor Summary
| Constructor | Description |
|---|---|
| OperationKind() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Operation |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Operation |
fromString(String name)
Creates or finds a Operation |
|
static
Collection<Operation |
values()
Gets known Operation |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CLONE_TEST
public static final OperationKind CLONE_TEST
Operation represents a clone test operation.
GENERATE_TEST_RUN_INSIGHTS
public static final OperationKind GENERATE_TEST_RUN_INSIGHTS
Operation represents a test run insights generation operation.
TEST_PLAN_RECOMMENDATIONS
public static final OperationKind TEST_PLAN_RECOMMENDATIONS
Operation represents a test plan recommendations generation operation.
Constructor Details
OperationKind
@Deprecated
public OperationKind()
Deprecated
Creates a new instance of OperationKind value.
Method Details
fromString
public static OperationKind fromString(String name)
Creates or finds a OperationKind from its string representation.
Parameters:
Returns:
values
public static Collection<OperationKind> values()
Gets known OperationKind values.
Returns: