Interface VirtualMachineScaleSet.DefinitionStages.WithSku
-
- All Superinterfaces:
VirtualMachineScaleSet.DefinitionStages.WithOrchestrationMode
- All Known Subinterfaces:
VirtualMachineScaleSet.DefinitionManaged,VirtualMachineScaleSet.DefinitionManagedOrUnmanaged,VirtualMachineScaleSet.DefinitionShared,VirtualMachineScaleSet.DefinitionUnmanaged
- Enclosing interface:
- VirtualMachineScaleSet.DefinitionStages
public static interface VirtualMachineScaleSet.DefinitionStages.WithSku extends VirtualMachineScaleSet.DefinitionStages.WithOrchestrationMode
The stage of a virtual machine scale set definition allowing to specify SKU for the virtual machines.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualMachineScaleSet.DefinitionStages.WithProximityPlacementGroupwithSku(VirtualMachineScaleSetSku sku)Specifies the SKU for the virtual machines in the scale set.VirtualMachineScaleSet.DefinitionStages.WithProximityPlacementGroupwithSku(VirtualMachineScaleSetSkuTypes skuType)Specifies the SKU for the virtual machines in the scale set.-
Methods inherited from interface com.azure.resourcemanager.compute.models.VirtualMachineScaleSet.DefinitionStages.WithOrchestrationMode
withFlexibleOrchestrationMode, withFlexibleOrchestrationMode
-
-
-
-
Method Detail
-
withSku
VirtualMachineScaleSet.DefinitionStages.WithProximityPlacementGroup withSku(VirtualMachineScaleSetSkuTypes skuType)
Specifies the SKU for the virtual machines in the scale set.- Parameters:
skuType- the SKU type- Returns:
- the next stage of the definition
-
withSku
VirtualMachineScaleSet.DefinitionStages.WithProximityPlacementGroup withSku(VirtualMachineScaleSetSku sku)
Specifies the SKU for the virtual machines in the scale set.- Parameters:
sku- a SKU from the list of available sizes for the virtual machines in this scale set- Returns:
- the next stage of the definition
-
-