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 SummaryFieldsModifier and TypeFieldDescriptionstatic final OrchestrationModeStatic value Flexible for OrchestrationMode.static final OrchestrationModeStatic value Uniform for OrchestrationMode.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic OrchestrationModefromString(String name) Creates or finds a OrchestrationMode from its string representation.static Collection<OrchestrationMode>values()Methods inherited from class com.microsoft.rest.ExpandableStringEnumequals, fromString, hashCode, toString, values, withNameValue
- 
Field Details- 
UNIFORMStatic value Uniform for OrchestrationMode.
- 
FLEXIBLEStatic value Flexible for OrchestrationMode.
 
- 
- 
Constructor Details- 
OrchestrationModepublic OrchestrationMode()
 
- 
- 
Method Details- 
fromStringCreates or finds a OrchestrationMode from its string representation.- Parameters:
- name- a name to look for
- Returns:
- the corresponding OrchestrationMode
 
- 
values- Returns:
- known OrchestrationMode values
 
 
-