Interface VirtualMachineScaleSet.UpdateStages.WithSku
- All Known Subinterfaces:
VirtualMachineScaleSet.Update
,VirtualMachineScaleSet.UpdateStages.WithApply
,VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancer
,VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancerBackendOrNatPool
,VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancerNatPool
,VirtualMachineScaleSet.UpdateStages.WithPrimaryInternetFacingLoadBalancerBackendOrNatPool
,VirtualMachineScaleSet.UpdateStages.WithPrimaryInternetFacingLoadBalancerNatPool
,VirtualMachineScaleSet.UpdateStages.WithPrimaryLoadBalancer
,VirtualMachineScaleSet.UpdateStages.WithSystemAssignedIdentityBasedAccessOrApply
- Enclosing interface:
- VirtualMachineScaleSet.UpdateStages
public static interface VirtualMachineScaleSet.UpdateStages.WithSku
The stage of a virtual machine scale set update allowing to change the SKU for the virtual machines
in the scale set.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the SKU for the virtual machines in the scale set.withSku
(VirtualMachineScaleSetSkuTypes skuType) Specifies the SKU for the virtual machines in the scale set.
-
Method Details
-
withSku
Specifies the SKU for the virtual machines in the scale set.- Parameters:
skuType
- the SKU type- Returns:
- the next stage of the update
-
withSku
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 update
-