PatchApplyStatus Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. appcontainers. models. PatchApplyStatus
- com.
- com.
public final class PatchApplyStatus
extends ExpandableStringEnum<PatchApplyStatus>
The status of the patch once it has been provisioned.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Patch |
CANCELED
Static value Canceled for Patch |
|
static final
Patch |
CREATING_REVISION
Static value Creating |
|
static final
Patch |
IMAGE_PUSH_PULL_FAILED
Static value Image |
|
static final
Patch |
MANUALLY_SKIPPED
Static value Manually |
|
static final
Patch |
NOT_STARTED
Static value Not |
|
static final
Patch |
REBASE_FAILED
Static value Rebase |
|
static final
Patch |
REBASE_IN_PROGRESS
Static value Rebase |
|
static final
Patch |
REVISION_CREATION_FAILED
Static value Revision |
|
static final
Patch |
SUCCEEDED
Static value Succeeded for Patch |
Constructor Summary
| Constructor | Description |
|---|---|
| PatchApplyStatus() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Patch |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Patch |
fromString(String name)
Creates or finds a Patch |
|
static
Collection<Patch |
values()
Gets known Patch |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CANCELED
public static final PatchApplyStatus CANCELED
Static value Canceled for PatchApplyStatus.
CREATING_REVISION
public static final PatchApplyStatus CREATING_REVISION
Static value CreatingRevision for PatchApplyStatus.
IMAGE_PUSH_PULL_FAILED
public static final PatchApplyStatus IMAGE_PUSH_PULL_FAILED
Static value ImagePushPullFailed for PatchApplyStatus.
MANUALLY_SKIPPED
public static final PatchApplyStatus MANUALLY_SKIPPED
Static value ManuallySkipped for PatchApplyStatus.
NOT_STARTED
public static final PatchApplyStatus NOT_STARTED
Static value NotStarted for PatchApplyStatus.
REBASE_FAILED
public static final PatchApplyStatus REBASE_FAILED
Static value RebaseFailed for PatchApplyStatus.
REBASE_IN_PROGRESS
public static final PatchApplyStatus REBASE_IN_PROGRESS
Static value RebaseInProgress for PatchApplyStatus.
REVISION_CREATION_FAILED
public static final PatchApplyStatus REVISION_CREATION_FAILED
Static value RevisionCreationFailed for PatchApplyStatus.
SUCCEEDED
public static final PatchApplyStatus SUCCEEDED
Static value Succeeded for PatchApplyStatus.
Constructor Details
PatchApplyStatus
@Deprecated
public PatchApplyStatus()
Deprecated
Creates a new instance of PatchApplyStatus value.
Method Details
fromString
public static PatchApplyStatus fromString(String name)
Creates or finds a PatchApplyStatus from its string representation.
Parameters:
Returns:
values
public static Collection<PatchApplyStatus> values()
Gets known PatchApplyStatus values.
Returns: