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.WithSkuThe stage of a virtual machine scale set update allowing to change the SKU for the virtual machines in the scale set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualMachineScaleSet.UpdateStages.WithApplywithSku(VirtualMachineScaleSetSku sku)Specifies the SKU for the virtual machines in the scale set.VirtualMachineScaleSet.UpdateStages.WithApplywithSku(VirtualMachineScaleSetSkuTypes skuType)Specifies the SKU for the virtual machines in the scale set.
-
-
-
Method Detail
-
withSku
VirtualMachineScaleSet.UpdateStages.WithApply 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 update
-
withSku
VirtualMachineScaleSet.UpdateStages.WithApply 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 update
-
-