Uses of Class
com.azure.resourcemanager.compute.models.OrchestrationMode
Packages that use OrchestrationMode
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of OrchestrationMode in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return OrchestrationModeModifier and TypeMethodDescriptionVirtualMachineScaleSetInner.orchestrationMode()Get the orchestrationMode property: Specifies the orchestration mode for the virtual machine scale set.VirtualMachineScaleSetProperties.orchestrationMode()Get the orchestrationMode property: Specifies the orchestration mode for the virtual machine scale set.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type OrchestrationModeModifier and TypeMethodDescriptionVirtualMachineScaleSetInner.withOrchestrationMode(OrchestrationMode orchestrationMode) Set the orchestrationMode property: Specifies the orchestration mode for the virtual machine scale set.VirtualMachineScaleSetProperties.withOrchestrationMode(OrchestrationMode orchestrationMode) Set the orchestrationMode property: Specifies the orchestration mode for the virtual machine scale set. -
Uses of OrchestrationMode in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type OrchestrationMode in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classSpecifies the orchestration mode for the virtual machine scale set.Fields in com.azure.resourcemanager.compute.models declared as OrchestrationModeModifier and TypeFieldDescriptionstatic final OrchestrationModeOrchestrationMode.FLEXIBLEStatic value Flexible for OrchestrationMode.static final OrchestrationModeOrchestrationMode.UNIFORMStatic value Uniform for OrchestrationMode.Methods in com.azure.resourcemanager.compute.models that return OrchestrationModeModifier and TypeMethodDescriptionstatic OrchestrationModeOrchestrationMode.fromString(String name) Creates or finds a OrchestrationMode from its string representation.VirtualMachineScaleSet.orchestrationMode()Get orchestration mode of the Virtual Machine Scale Set.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type OrchestrationModeModifier and TypeMethodDescriptionstatic Collection<OrchestrationMode> OrchestrationMode.values()Gets known OrchestrationMode values.