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 set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/