VirtualMachine.UpdateStages.WithBillingProfile Interface
public static interface VirtualMachine.UpdateStages.WithBillingProfile
The stage of the virtual machine 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 a low priority virtual machine. |
Method Details
withMaxPrice
public abstract 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
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java