VirtualMachineScaleSet.UpdateStages.WithBillingProfile Interface
public static interface VirtualMachineScaleSet.UpdateStages.WithBillingProfile
The stage of the virtual machine scale set update allowing to specify billing profile.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withMaxPrice(Double maxPrice)
Set the billing related details of the low priority virtual machines in the scale set. |
Method Details
withMaxPrice
public abstract 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
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Java