UpsertManagedServerOperationStepStatus Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. sql. models. UpsertManagedServerOperationStepStatus
- com.
- com.
public final class UpsertManagedServerOperationStepStatus
extends ExpandableStringEnum<UpsertManagedServerOperationStepStatus>
Defines values for UpsertManagedServerOperationStepStatus.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Upsert |
CANCELED
Static value Canceled for Upsert |
|
static final
Upsert |
COMPLETED
Static value Completed for Upsert |
|
static final
Upsert |
FAILED
Static value Failed for Upsert |
|
static final
Upsert |
IN_PROGRESS
Static value In |
|
static final
Upsert |
NOT_STARTED
Static value Not |
|
static final
Upsert |
SLOWED_DOWN
Static value Slowed |
Constructor Summary
| Constructor | Description |
|---|---|
| UpsertManagedServerOperationStepStatus() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Upsert |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Upsert |
fromString(String name)
Creates or finds a Upsert |
|
static
Collection<Upsert |
values()
Gets known Upsert |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CANCELED
public static final UpsertManagedServerOperationStepStatus CANCELED
Static value Canceled for UpsertManagedServerOperationStepStatus.
COMPLETED
public static final UpsertManagedServerOperationStepStatus COMPLETED
Static value Completed for UpsertManagedServerOperationStepStatus.
FAILED
public static final UpsertManagedServerOperationStepStatus FAILED
Static value Failed for UpsertManagedServerOperationStepStatus.
IN_PROGRESS
public static final UpsertManagedServerOperationStepStatus IN_PROGRESS
Static value InProgress for UpsertManagedServerOperationStepStatus.
NOT_STARTED
public static final UpsertManagedServerOperationStepStatus NOT_STARTED
Static value NotStarted for UpsertManagedServerOperationStepStatus.
SLOWED_DOWN
public static final UpsertManagedServerOperationStepStatus SLOWED_DOWN
Static value SlowedDown for UpsertManagedServerOperationStepStatus.
Constructor Details
UpsertManagedServerOperationStepStatus
@Deprecated
public UpsertManagedServerOperationStepStatus()
Deprecated
Creates a new instance of UpsertManagedServerOperationStepStatus value.
Method Details
fromString
public static UpsertManagedServerOperationStepStatus fromString(String name)
Creates or finds a UpsertManagedServerOperationStepStatus from its string representation.
Parameters:
Returns:
values
public static Collection<UpsertManagedServerOperationStepStatus> values()
Gets known UpsertManagedServerOperationStepStatus values.
Returns: