IWithBillingProfile.WithMaxPrice(Nullable<Double>) Method

Definition

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

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithCreate WithMaxPrice (double? maxPrice);
abstract member WithMaxPrice : Nullable<double> -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithCreate
Public Function WithMaxPrice (maxPrice As Nullable(Of Double)) As IWithCreate

Parameters

maxPrice
Nullable<Double>

The maxPrice value.

Returns

Applies to