Uses of Class
com.azure.resourcemanager.compute.models.OrchestrationMode
-
Packages that use OrchestrationMode Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models 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 OrchestrationMode Modifier and Type Method Description OrchestrationModeVirtualMachineScaleSetInner. orchestrationMode()Get the orchestrationMode property: Specifies the orchestration mode for the virtual machine scale set.OrchestrationModeVirtualMachineScaleSetProperties. 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 OrchestrationMode Modifier and Type Method Description VirtualMachineScaleSetInnerVirtualMachineScaleSetInner. withOrchestrationMode(OrchestrationMode orchestrationMode)Set the orchestrationMode property: Specifies the orchestration mode for the virtual machine scale set.VirtualMachineScaleSetPropertiesVirtualMachineScaleSetProperties. 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
Fields in com.azure.resourcemanager.compute.models declared as OrchestrationMode Modifier and Type Field Description static OrchestrationModeOrchestrationMode. FLEXIBLEStatic value Flexible for OrchestrationMode.static OrchestrationModeOrchestrationMode. UNIFORMStatic value Uniform for OrchestrationMode.Methods in com.azure.resourcemanager.compute.models that return OrchestrationMode Modifier and Type Method Description static OrchestrationModeOrchestrationMode. fromString(String name)Creates or finds a OrchestrationMode from its string representation.OrchestrationModeVirtualMachineScaleSet. orchestrationMode()Get orchestration mode of the Virtual Machine Scale Set.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type OrchestrationMode Modifier and Type Method Description static Collection<OrchestrationMode>OrchestrationMode. values()
-