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.
public interface WithSku
方法
withSku(VirtualMachineScaleSetSku sku) |
Specifies the SKU for the virtual machines in the scale set.
|
withSku(VirtualMachineScaleSetSkuTypes skuType) |
Specifies the SKU for the virtual machines in the scale set.
|