PatchInstallationState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. compute. models. PatchInstallationState
- com.
- com.
public final class PatchInstallationState
extends ExpandableStringEnum<PatchInstallationState>
The state of the patch after the installation operation completed.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Patch |
EXCLUDED
Static value Excluded for Patch |
static final
Patch |
FAILED
Static value Failed for Patch |
static final
Patch |
INSTALLED
Static value Installed for Patch |
static final
Patch |
NOT_SELECTED
Static value Not |
static final
Patch |
PENDING
Static value Pending for Patch |
static final
Patch |
UNKNOWN
Static value Unknown for Patch |
Constructor Summary
Constructor | Description |
---|---|
PatchInstallationState() |
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
EXCLUDED
public static final PatchInstallationState EXCLUDED
Static value Excluded for PatchInstallationState.
FAILED
public static final PatchInstallationState FAILED
Static value Failed for PatchInstallationState.
INSTALLED
public static final PatchInstallationState INSTALLED
Static value Installed for PatchInstallationState.
NOT_SELECTED
public static final PatchInstallationState NOT_SELECTED
Static value NotSelected for PatchInstallationState.
PENDING
public static final PatchInstallationState PENDING
Static value Pending for PatchInstallationState.
UNKNOWN
public static final PatchInstallationState UNKNOWN
Static value Unknown for PatchInstallationState.
Constructor Details
PatchInstallationState
@Deprecated
public PatchInstallationState()
Deprecated
Creates a new instance of PatchInstallationState value.
Method Details
fromString
public static PatchInstallationState fromString(String name)
Creates or finds a PatchInstallationState from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known PatchInstallationState values.
Returns: