IWithBillingProfile.WithMaxPrice(Nullable<Double>) Method

Definition

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

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

Parameters

maxPrice
Nullable<Double>

The maxPrice value.

Returns

Applies to