public final class BillingProfile extends Object
Constructor and Description |
---|
BillingProfile() |
Modifier and Type | Method and Description |
---|---|
Double |
maxPrice()
Get the maxPrice property: Specifies the maximum price you are willing to pay for a Azure Spot VM/VMSS.
|
void |
validate()
Validates the instance.
|
BillingProfile |
withMaxPrice(Double maxPrice)
Set the maxPrice property: 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.public void validate()
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.