Class OrchestrationMode
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<OrchestrationMode>
com.microsoft.azure.management.compute.OrchestrationMode
public final class OrchestrationMode
extends com.microsoft.rest.ExpandableStringEnum<OrchestrationMode>
Defines values for OrchestrationMode.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final OrchestrationMode
Static value Flexible for OrchestrationMode.static final OrchestrationMode
Static value Uniform for OrchestrationMode. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic OrchestrationMode
fromString
(String name) Creates or finds a OrchestrationMode from its string representation.static Collection<OrchestrationMode>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
UNIFORM
Static value Uniform for OrchestrationMode. -
FLEXIBLE
Static value Flexible for OrchestrationMode.
-
-
Constructor Details
-
OrchestrationMode
public OrchestrationMode()
-
-
Method Details
-
fromString
Creates or finds a OrchestrationMode from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding OrchestrationMode
-
values
- Returns:
- known OrchestrationMode values
-