Class PatchServiceUsed
java.lang.Object
com.azure.core.util.ExpandableStringEnum<PatchServiceUsed>
com.azure.resourcemanager.connectedvmware.models.PatchServiceUsed
public final class PatchServiceUsed
extends com.azure.core.util.ExpandableStringEnum<PatchServiceUsed>
Defines values for PatchServiceUsed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PatchServiceUsed
Static value APT for PatchServiceUsed.static final PatchServiceUsed
Static value Unknown for PatchServiceUsed.static final PatchServiceUsed
Static value WU for PatchServiceUsed.static final PatchServiceUsed
Static value WU_WSUS for PatchServiceUsed.static final PatchServiceUsed
Static value YUM for PatchServiceUsed.static final PatchServiceUsed
Static value Zypper for PatchServiceUsed. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PatchServiceUsed
fromString
(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, 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
public PatchServiceUsed()
-
-
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.
-