Class PatchInstallationState
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<PatchInstallationState>
com.microsoft.azure.management.compute.PatchInstallationState
public final class PatchInstallationState
extends com.microsoft.rest.ExpandableStringEnum<PatchInstallationState>
Defines values for PatchInstallationState.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PatchInstallationState
Static value Excluded for PatchInstallationState.static final PatchInstallationState
Static value Failed for PatchInstallationState.static final PatchInstallationState
Static value Installed for PatchInstallationState.static final PatchInstallationState
Static value NotSelected for PatchInstallationState.static final PatchInstallationState
Static value Pending for PatchInstallationState.static final PatchInstallationState
Static value Unknown for PatchInstallationState. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PatchInstallationState
fromString
(String name) Creates or finds a PatchInstallationState from its string representation.static Collection<PatchInstallationState>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
UNKNOWN
Static value Unknown for PatchInstallationState. -
INSTALLED
Static value Installed for PatchInstallationState. -
FAILED
Static value Failed for PatchInstallationState. -
EXCLUDED
Static value Excluded for PatchInstallationState. -
NOT_SELECTED
Static value NotSelected for PatchInstallationState. -
PENDING
Static value Pending for PatchInstallationState.
-
-
Constructor Details
-
PatchInstallationState
public PatchInstallationState()
-
-
Method Details
-
fromString
Creates or finds a PatchInstallationState from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding PatchInstallationState
-
values
- Returns:
- known PatchInstallationState values
-