Class OrchestrationServiceNames
java.lang.Object
com.azure.core.util.ExpandableStringEnum<OrchestrationServiceNames>
com.azure.resourcemanager.compute.models.OrchestrationServiceNames
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class OrchestrationServiceNames
extends com.azure.core.util.ExpandableStringEnum<OrchestrationServiceNames>
The name of the service.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final OrchestrationServiceNamesStatic value AutomaticRepairs for OrchestrationServiceNames.static final OrchestrationServiceNamesStatic value AutomaticZoneRebalancing for OrchestrationServiceNames. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OrchestrationServiceNamesfromString(String name) Creates or finds a OrchestrationServiceNames from its string representation.static Collection<OrchestrationServiceNames> values()Gets known OrchestrationServiceNames values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
AUTOMATIC_REPAIRS
Static value AutomaticRepairs for OrchestrationServiceNames. -
AUTOMATIC_ZONE_REBALANCING
Static value AutomaticZoneRebalancing for OrchestrationServiceNames.
-
-
Constructor Details
-
OrchestrationServiceNames
Deprecated.Use thefromString(String)factory method.Creates a new instance of OrchestrationServiceNames value.
-
-
Method Details
-
fromString
Creates or finds a OrchestrationServiceNames from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding OrchestrationServiceNames.
-
values
Gets known OrchestrationServiceNames values.- Returns:
- known OrchestrationServiceNames values.
-
fromString(String)factory method.