Class PatchOperationStartedBy
java.lang.Object
com.azure.core.util.ExpandableStringEnum<PatchOperationStartedBy>
com.azure.resourcemanager.hybridcompute.models.PatchOperationStartedBy
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class PatchOperationStartedBy
extends com.azure.core.util.ExpandableStringEnum<PatchOperationStartedBy>
Indicates if operation was triggered by user or by platform.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PatchOperationStartedByStatic value Platform for PatchOperationStartedBy.static final PatchOperationStartedByStatic value User for PatchOperationStartedBy. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PatchOperationStartedByfromString(String name) Creates or finds a PatchOperationStartedBy from its string representation.static Collection<PatchOperationStartedBy> values()Gets known PatchOperationStartedBy values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
USER
Static value User for PatchOperationStartedBy. -
PLATFORM
Static value Platform for PatchOperationStartedBy.
-
-
Constructor Details
-
PatchOperationStartedBy
Deprecated.Use thefromString(String)factory method.Creates a new instance of PatchOperationStartedBy value.
-
-
Method Details
-
fromString
Creates or finds a PatchOperationStartedBy from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding PatchOperationStartedBy.
-
values
Gets known PatchOperationStartedBy values.- Returns:
- known PatchOperationStartedBy values.
-
fromString(String)factory method.