Class PatchServiceUsed
java.lang.Object
com.azure.core.util.ExpandableStringEnum<PatchServiceUsed>
com.azure.resourcemanager.hybridcompute.models.PatchServiceUsed
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class PatchServiceUsed
extends com.azure.core.util.ExpandableStringEnum<PatchServiceUsed>
Specifies the patch service used for the operation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PatchServiceUsedStatic value APT for PatchServiceUsed.static final PatchServiceUsedStatic value Unknown for PatchServiceUsed.static final PatchServiceUsedStatic value WU for PatchServiceUsed.static final PatchServiceUsedStatic value WU_WSUS for PatchServiceUsed.static final PatchServiceUsedStatic value YUM for PatchServiceUsed.static final PatchServiceUsedStatic value Zypper for PatchServiceUsed. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PatchServiceUsedfromString(String name) Creates or finds a PatchServiceUsed from its string representation.static Collection<PatchServiceUsed> values()Gets known PatchServiceUsed values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
UNKNOWN
Static value Unknown for PatchServiceUsed. -
WU
Static value WU for PatchServiceUsed. -
WU_WSUS
Static value WU_WSUS for PatchServiceUsed. -
YUM
Static value YUM for PatchServiceUsed. -
APT
Static value APT for PatchServiceUsed. -
ZYPPER
Static value Zypper for PatchServiceUsed.
-
-
Constructor Details
-
PatchServiceUsed
Deprecated.Use thefromString(String)factory method.Creates a new instance of PatchServiceUsed value.
-
-
Method Details
-
fromString
Creates or finds a PatchServiceUsed from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding PatchServiceUsed.
-
values
Gets known PatchServiceUsed values.- Returns:
- known PatchServiceUsed values.
-
fromString(String)factory method.