| Modifier and Type | Method and Description |
|---|---|
BillingProfile |
VirtualMachine.billingProfile() |
BillingProfile |
VirtualMachineScaleSetVMProfile.billingProfile()
Get specifies the billing related details of a Azure Spot VMSS.
|
BillingProfile |
VirtualMachineScaleSetUpdateVMProfile.billingProfile()
Get specifies the billing related details of a low priority VMSS.
|
BillingProfile |
VirtualMachineScaleSet.billingProfile() |
BillingProfile |
VirtualMachineUpdate.billingProfile()
Get specifies the billing related details of a Azure Spot virtual machine.
|
BillingProfile |
BillingProfile.withMaxPrice(Double maxPrice)
Set specifies the maximum price you are willing to pay for a Azure Spot VM/VMSS.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSetVMProfile |
VirtualMachineScaleSetVMProfile.withBillingProfile(BillingProfile billingProfile)
Set specifies the billing related details of a Azure Spot VMSS.
|
VirtualMachineScaleSetUpdateVMProfile |
VirtualMachineScaleSetUpdateVMProfile.withBillingProfile(BillingProfile billingProfile)
Set specifies the billing related details of a low priority VMSS.
|
VirtualMachineUpdate |
VirtualMachineUpdate.withBillingProfile(BillingProfile billingProfile)
Set specifies the billing related details of a Azure Spot virtual machine.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/