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.WithBillingProfileThe stage of the virtual machine scale set update allowing to specify billing profile.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualMachineScaleSet.UpdatewithMaxPrice(Double maxPrice)Set the billing related details of the low priority virtual machines in the scale set.
-
-
-
Method Detail
-
withMaxPrice
VirtualMachineScaleSet.Update withMaxPrice(Double maxPrice)
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
-
-