CostAllocationProportion Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Target resources and allocation.
public class CostAllocationProportion : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CostManagement.Models.CostAllocationProportion>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CostManagement.Models.CostAllocationProportion>
type CostAllocationProportion = class
interface IJsonModel<CostAllocationProportion>
interface IPersistableModel<CostAllocationProportion>
Public Class CostAllocationProportion
Implements IJsonModel(Of CostAllocationProportion), IPersistableModel(Of CostAllocationProportion)
- Inheritance
-
CostAllocationProportion
- Implements
Constructors
| Name | Description |
|---|---|
| CostAllocationProportion(String, Single) |
Initializes a new instance of CostAllocationProportion. |
Properties
| Name | Description |
|---|---|
| Name |
Target resource for cost allocation. |
| Percentage |
Percentage of source cost to allocate to this resource. This value can be specified to two decimal places and the total percentage of all resources in this rule must sum to 100.00. |