Uses of Class
com.azure.resourcemanager.compute.models.BillingProfile
-
Packages that use BillingProfile Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models 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 BillingProfile Modifier and Type Method Description BillingProfileVirtualMachineInner. billingProfile()Get the billingProfile property: Specifies the billing related details of a Azure Spot virtual machine.BillingProfileVirtualMachinePropertiesInner. billingProfile()Get the billingProfile property: Specifies the billing related details of a Azure Spot virtual machine.BillingProfileVirtualMachineUpdateInner. 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 BillingProfile Modifier and Type Method Description VirtualMachineInnerVirtualMachineInner. withBillingProfile(BillingProfile billingProfile)Set the billingProfile property: Specifies the billing related details of a Azure Spot virtual machine.VirtualMachinePropertiesInnerVirtualMachinePropertiesInner. withBillingProfile(BillingProfile billingProfile)Set the billingProfile property: Specifies the billing related details of a Azure Spot virtual machine.VirtualMachineUpdateInnerVirtualMachineUpdateInner. 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 BillingProfile Modifier and Type Method Description BillingProfileVirtualMachine. billingProfile()BillingProfileVirtualMachineScaleSet. billingProfile()BillingProfileVirtualMachineScaleSetUpdateVMProfile. billingProfile()Get the billingProfile property: Specifies the billing related details of a Azure Spot VMSS.BillingProfileVirtualMachineScaleSetVMProfile. billingProfile()Get the billingProfile property: Specifies the billing related details of a Azure Spot VMSS.BillingProfileBillingProfile. 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 BillingProfile Modifier and Type Method Description VirtualMachineScaleSetUpdateVMProfileVirtualMachineScaleSetUpdateVMProfile. withBillingProfile(BillingProfile billingProfile)Set the billingProfile property: Specifies the billing related details of a Azure Spot VMSS.VirtualMachineScaleSetVMProfileVirtualMachineScaleSetVMProfile. withBillingProfile(BillingProfile billingProfile)Set the billingProfile property: Specifies the billing related details of a Azure Spot VMSS.
-