Uses of Class
com.microsoft.azure.management.compute.OrchestrationMode
Packages that use OrchestrationMode
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of OrchestrationMode in com.microsoft.azure.management.compute
Fields in com.microsoft.azure.management.compute declared as OrchestrationModeModifier and TypeFieldDescriptionstatic final OrchestrationMode
OrchestrationMode.FLEXIBLE
Static value Flexible for OrchestrationMode.static final OrchestrationMode
OrchestrationMode.UNIFORM
Static value Uniform for OrchestrationMode.Methods in com.microsoft.azure.management.compute that return OrchestrationModeModifier and TypeMethodDescriptionstatic OrchestrationMode
OrchestrationMode.fromString
(String name) Creates or finds a OrchestrationMode from its string representation.Methods in com.microsoft.azure.management.compute that return types with arguments of type OrchestrationModeModifier and TypeMethodDescriptionstatic Collection<OrchestrationMode>
OrchestrationMode.values()