VirtualMachineScaleSet.UpdateStages.WithSku Interface
public interface 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 |
---|---|
Virtual |
withSku(VirtualMachineScaleSetSku sku)
Specifies the SKU for the virtual machines in the scale set. |
Virtual |
withSku(VirtualMachineScaleSetSkuTypes skuType)
Specifies the SKU for the virtual machines in the scale set. |
Method Details
withSku
public 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
withSku
public 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
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java