VirtualMachine.DefinitionStages.WithBillingProfile Interface

public static interface VirtualMachine.DefinitionStages.WithBillingProfile

The stage of a virtual machine definition allowing to set the billing related details of a low priority virtual machine.

Method Summary

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

Set the billing related details of a low priority virtual machine.

Method Details

withMaxPrice

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

Set the billing related details of a low priority virtual machine. This price is in US Dollars.

Parameters:

maxPrice - the maxPrice value to set

Returns:

the next stage of the definition

Applies to