VirtualMachineScaleSet.UpdateStages.WithSku Interface
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 Type | Method and Description |
---|---|
abstract
With |
withSku(VirtualMachineScaleSetSku sku)
Specifies the SKU for the virtual machines in the scale set. |
abstract
With |
withSku(VirtualMachineScaleSetSkuTypes skuType)
Specifies the SKU for the virtual machines in the scale set. |
Method Details
withSku
public abstract VirtualMachineScaleSet.UpdateStages.WithApply withSku(VirtualMachineScaleSetSku sku)
Specifies the SKU for the virtual machines in the scale set.
Parameters:
Returns:
withSku
public abstract VirtualMachineScaleSet.UpdateStages.WithApply withSku(VirtualMachineScaleSetSkuTypes skuType)
Specifies the SKU for the virtual machines in the scale set.
Parameters:
Returns:
Applies to
Azure SDK for Java