public static interface VirtualMachineScaleSet.UpdateStages.WithSku
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSet.UpdateStages.WithApply |
withSku(VirtualMachineScaleSetSku sku)
Specifies the SKU for the virtual machines in the scale set.
|
VirtualMachineScaleSet.UpdateStages.WithApply |
withSku(VirtualMachineScaleSetSkuTypes skuType)
Specifies the SKU for the virtual machines in the scale set.
|
VirtualMachineScaleSet.UpdateStages.WithApply withSku(VirtualMachineScaleSetSkuTypes skuType)
skuType - the SKU typeVirtualMachineScaleSet.UpdateStages.WithApply withSku(VirtualMachineScaleSetSku sku)
sku - a SKU from the list of available sizes for the virtual machines in this scale setCopyright © 2019. All rights reserved.