Interface VirtualMachineScaleSet.DefinitionStages.WithBillingProfile
- All Known Subinterfaces:
VirtualMachineScaleSet.DefinitionManaged
,VirtualMachineScaleSet.DefinitionManagedOrUnmanaged
,VirtualMachineScaleSet.DefinitionShared
,VirtualMachineScaleSet.DefinitionStages.WithCreate
,VirtualMachineScaleSet.DefinitionStages.WithLinuxCreateManaged
,VirtualMachineScaleSet.DefinitionStages.WithLinuxCreateManagedOrUnmanaged
,VirtualMachineScaleSet.DefinitionStages.WithLinuxCreateUnmanaged
,VirtualMachineScaleSet.DefinitionStages.WithManagedCreate
,VirtualMachineScaleSet.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate
,VirtualMachineScaleSet.DefinitionStages.WithUnmanagedCreate
,VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged
,VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManagedOrUnmanaged
,VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateUnmanaged
,VirtualMachineScaleSet.DefinitionUnmanaged
- Enclosing interface:
- VirtualMachineScaleSet.DefinitionStages
public static interface VirtualMachineScaleSet.DefinitionStages.WithBillingProfile
The stage of the virtual machine definition allowing to specify billing profile.
-
Method Summary
Modifier and TypeMethodDescriptionwithMaxPrice
(Double maxPrice) Set the billing related details of the low priority virtual machines in the scale set.
-
Method Details
-
withMaxPrice
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
-