Interface VirtualMachine.UpdateStages.WithBillingProfile
-
- All Known Subinterfaces:
VirtualMachine.Update,VirtualMachine.UpdateStages.WithSystemAssignedIdentityBasedAccessOrUpdate
- Enclosing interface:
- VirtualMachine.UpdateStages
public static interface VirtualMachine.UpdateStages.WithBillingProfileThe stage of the virtual machine update allowing to specify billing profile.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualMachine.UpdatewithMaxPrice(Double maxPrice)Set the billing related details of a low priority virtual machine.
-
-
-
Method Detail
-
withMaxPrice
VirtualMachine.Update withMaxPrice(Double maxPrice)
Set the billing related details of a low priority virtual machine.- Parameters:
maxPrice- the maxPrice value to set- Returns:
- the next stage of the update
-
-