Class OrchestrationMode
java.lang.Object
com.azure.core.util.ExpandableStringEnum<OrchestrationMode>
com.azure.resourcemanager.compute.models.OrchestrationMode
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class OrchestrationMode
extends com.azure.core.util.ExpandableStringEnum<OrchestrationMode>
Specifies the orchestration mode for the virtual machine scale set.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final OrchestrationModeStatic value Flexible for OrchestrationMode.static final OrchestrationModeStatic value Uniform for OrchestrationMode. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OrchestrationModefromString(String name) Creates or finds a OrchestrationMode from its string representation.static Collection<OrchestrationMode> values()Gets known OrchestrationMode values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
UNIFORM
Static value Uniform for OrchestrationMode. -
FLEXIBLE
Static value Flexible for OrchestrationMode.
-
-
Constructor Details
-
OrchestrationMode
Deprecated.Use thefromString(String)factory method.Creates a new instance of OrchestrationMode value.
-
-
Method Details
-
fromString
Creates or finds a OrchestrationMode from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding OrchestrationMode.
-
values
Gets known OrchestrationMode values.- Returns:
- known OrchestrationMode values.
-
fromString(String)factory method.