OrchestrationMode Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. compute. models. OrchestrationMode
- com.
- com.
public final class OrchestrationMode
extends ExpandableStringEnum<OrchestrationMode>
Specifies the orchestration mode for the virtual machine scale set.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Orchestration |
FLEXIBLE
Static value Flexible for Orchestration |
static final
Orchestration |
UNIFORM
Static value Uniform for Orchestration |
Constructor Summary
Constructor | Description |
---|---|
OrchestrationMode() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Orchestration |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Orchestration |
fromString(String name)
Creates or finds a Orchestration |
static
Collection<Orchestration |
values()
Gets known Orchestration |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
FLEXIBLE
public static final OrchestrationMode FLEXIBLE
Static value Flexible for OrchestrationMode.
UNIFORM
public static final OrchestrationMode UNIFORM
Static value Uniform for OrchestrationMode.
Constructor Details
OrchestrationMode
@Deprecated
public OrchestrationMode()
Deprecated
Creates a new instance of OrchestrationMode value.
Method Details
fromString
public static OrchestrationMode fromString(String name)
Creates or finds a OrchestrationMode from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known OrchestrationMode values.
Returns:
Applies to
Azure SDK for Java