Interface VirtualMachineScaleSet.UpdateStages.WithBillingProfile
- All Known Subinterfaces:
VirtualMachineScaleSet.Update, VirtualMachineScaleSet.UpdateStages.WithApply, VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancer, VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancerBackendOrNatPool, VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancerNatPool, VirtualMachineScaleSet.UpdateStages.WithPrimaryInternetFacingLoadBalancerBackendOrNatPool, VirtualMachineScaleSet.UpdateStages.WithPrimaryInternetFacingLoadBalancerNatPool, VirtualMachineScaleSet.UpdateStages.WithPrimaryLoadBalancer, VirtualMachineScaleSet.UpdateStages.WithSystemAssignedIdentityBasedAccessOrApply
- Enclosing interface:
VirtualMachineScaleSet.UpdateStages
public static interface VirtualMachineScaleSet.UpdateStages.WithBillingProfile
The stage of the virtual machine scale set update 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.- Parameters:
maxPrice- max price to set- Returns:
- the next stage of update
-