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