VirtualMachineScaleSet.DefinitionStages.WithBillingProfile Interface

public static interface VirtualMachineScaleSet.DefinitionStages.WithBillingProfile

The stage of the virtual machine definition allowing to specify billing profile.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withMaxPrice(Double maxPrice)

Set the billing related details of the low priority virtual machines in the scale set.

Method Details

withMaxPrice

public abstract VirtualMachineScaleSet.DefinitionStages.WithCreate withMaxPrice(Double maxPrice)

Set the billing related details of the low priority virtual machines in the scale set. This price is in US Dollars.

Parameters:

maxPrice - the maxPrice value to set

Returns:

the next stage of the definition

Applies to