VirtualMachineScaleSet.DefinitionStages.WithPlan Interface

public static interface VirtualMachineScaleSet.DefinitionStages.WithPlan

The stage of the virtual machine scale set definition allowing to configure a purchase plan.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withPlan(PurchasePlan plan)

Specifies the purchase plan for the virtual machine scale set.

Method Details

withPlan

public abstract VirtualMachineScaleSet.DefinitionStages.WithCreate withPlan(PurchasePlan plan)

Specifies the purchase plan for the virtual machine scale set.

Parameters:

plan - a purchase plan

Returns:

the next stage of the definition

Applies to