Uses of Class
com.microsoft.azure.management.compute.BillingProfile
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of BillingProfile in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionVirtualMachine.billingProfile()
VirtualMachineScaleSet.billingProfile()
VirtualMachineScaleSetUpdateVMProfile.billingProfile()
Get specifies the billing related details of a Azure Spot VMSS.VirtualMachineScaleSetVMProfile.billingProfile()
Get specifies the billing related details of a Azure Spot VMSS.VirtualMachineUpdate.billingProfile()
Get specifies the billing related details of a Azure Spot virtual machine.BillingProfile.withMaxPrice
(Double maxPrice) Set specifies the maximum price you are willing to pay for a Azure Spot VM/VMSS.Modifier and TypeMethodDescriptionVirtualMachineScaleSetUpdateVMProfile.withBillingProfile
(BillingProfile billingProfile) Set specifies the billing related details of a Azure Spot VMSS.VirtualMachineScaleSetVMProfile.withBillingProfile
(BillingProfile billingProfile) Set specifies the billing related details of a Azure Spot VMSS.VirtualMachineUpdate.withBillingProfile
(BillingProfile billingProfile) Set specifies the billing related details of a Azure Spot virtual machine.