Uses of Interface
com.azure.resourcemanager.compute.models.VirtualMachineScaleSet.DefinitionShared
-
Packages that use VirtualMachineScaleSet.DefinitionShared Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of VirtualMachineScaleSet.DefinitionShared in com.azure.resourcemanager.compute.models
Subinterfaces of VirtualMachineScaleSet.DefinitionShared in com.azure.resourcemanager.compute.models Modifier and Type Interface Description static interfaceVirtualMachineScaleSet.DefinitionManagedThe entirety of the managed disk based virtual machine scale set definition.static interfaceVirtualMachineScaleSet.DefinitionManagedOrUnmanagedThe entirety of the virtual machine scale set definition.static interfaceVirtualMachineScaleSet.DefinitionUnmanagedThe entirety of the unmanaged disk based virtual machine scale set definition.Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSet.DefinitionShared Modifier and Type Method Description VirtualMachineScaleSet.DefinitionSharedVirtualMachineScaleSet.DefinitionStages.WithOrchestrationMode. withFlexibleOrchestrationMode()Specifies the virtual machine scale set's orchestration mode to be Flexible and fault domain count to default 1.VirtualMachineScaleSet.DefinitionSharedVirtualMachineScaleSet.DefinitionStages.WithOrchestrationMode. withFlexibleOrchestrationMode(int faultDomainCount)Specifies the virtual machine scale set's orchestration mode to be Flexible.
-