public class BillingProfile extends Object
| Constructor and Description |
|---|
BillingProfile() |
| Modifier and Type | Method and Description |
|---|---|
Double |
maxPrice()
Get specifies the maximum price you are willing to pay for a Azure Spot VM/VMSS.
|
BillingProfile |
withMaxPrice(Double maxPrice)
Set specifies the maximum price you are willing to pay for a Azure Spot VM/VMSS.
|
public Double maxPrice()
public BillingProfile withMaxPrice(Double maxPrice)
maxPrice - the maxPrice value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/