VirtualMachineScaleSet.DefinitionStages.WithSku Interface
Implements
public static interface VirtualMachineScaleSet.DefinitionStages.WithSku
extends WithOrchestrationMode
The stage of a virtual machine scale set definition allowing to specify SKU for the virtual machines.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withSku(VirtualMachineScaleSetSku sku)
Specifies the SKU for the virtual machines in the scale set. |
abstract
With |
withSku(VirtualMachineScaleSetSkuTypes skuType)
Specifies the SKU for the virtual machines in the scale set. |
Method Details
withSku
public abstract VirtualMachineScaleSet.DefinitionStages.WithProximityPlacementGroup withSku(VirtualMachineScaleSetSku sku)
Specifies the SKU for the virtual machines in the scale set.
Parameters:
Returns:
withSku
public abstract VirtualMachineScaleSet.DefinitionStages.WithProximityPlacementGroup withSku(VirtualMachineScaleSetSkuTypes skuType)
Specifies the SKU for the virtual machines in the scale set.
Parameters:
Returns:
Applies to
Azure SDK for Java