PatchOperationStartedBy Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. connectedvmware. models. PatchOperationStartedBy
- com.
- com.
public final class PatchOperationStartedBy
extends ExpandableStringEnum<PatchOperationStartedBy>
Defines values for PatchOperationStartedBy.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Patch |
PLATFORM
Static value Platform for Patch |
|
static final
Patch |
USER
Static value User for Patch |
Constructor Summary
| Constructor | Description | |
|---|---|---|
| PatchOperationStartedBy() | ||
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
PLATFORM
public static final PatchOperationStartedBy PLATFORM
Static value Platform for PatchOperationStartedBy.
USER
public static final PatchOperationStartedBy USER
Static value User for PatchOperationStartedBy.
Constructor Details
PatchOperationStartedBy
public PatchOperationStartedBy()
Method Details
fromString
public static PatchOperationStartedBy fromString(String name)
Creates or finds a PatchOperationStartedBy from its string representation.
Parameters:
Returns:
values
public static Collection<PatchOperationStartedBy> values()
Gets known PatchOperationStartedBy values.
Returns: