Uses of Class
com.azure.resourcemanager.compute.models.BillingProfile
Packages that use BillingProfile
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of BillingProfile in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return BillingProfileModifier and TypeMethodDescriptionVirtualMachineInner.billingProfile()Get the billingProfile property: Specifies the billing related details of a Azure Spot virtual machine.VirtualMachinePropertiesInner.billingProfile()Get the billingProfile property: Specifies the billing related details of a Azure Spot virtual machine.VirtualMachineUpdateInner.billingProfile()Get the billingProfile property: Specifies the billing related details of a Azure Spot virtual machine.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type BillingProfileModifier and TypeMethodDescriptionVirtualMachineInner.withBillingProfile(BillingProfile billingProfile) Set the billingProfile property: Specifies the billing related details of a Azure Spot virtual machine.VirtualMachinePropertiesInner.withBillingProfile(BillingProfile billingProfile) Set the billingProfile property: Specifies the billing related details of a Azure Spot virtual machine.VirtualMachineUpdateInner.withBillingProfile(BillingProfile billingProfile) Set the billingProfile property: Specifies the billing related details of a Azure Spot virtual machine. -
Uses of BillingProfile in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return BillingProfileModifier and TypeMethodDescriptionVirtualMachine.billingProfile()VirtualMachineScaleSet.billingProfile()VirtualMachineScaleSetUpdateVMProfile.billingProfile()Get the billingProfile property: Specifies the billing related details of a Azure Spot VMSS.VirtualMachineScaleSetVMProfile.billingProfile()Get the billingProfile property: Specifies the billing related details of a Azure Spot VMSS.static BillingProfileBillingProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BillingProfile from the JsonReader.BillingProfile.withMaxPrice(Double maxPrice) Set the maxPrice property: Specifies the maximum price you are willing to pay for a Azure Spot VM/VMSS.Methods in com.azure.resourcemanager.compute.models with parameters of type BillingProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdateVMProfile.withBillingProfile(BillingProfile billingProfile) Set the billingProfile property: Specifies the billing related details of a Azure Spot VMSS.VirtualMachineScaleSetVMProfile.withBillingProfile(BillingProfile billingProfile) Set the billingProfile property: Specifies the billing related details of a Azure Spot VMSS.