CostAllocationEntity 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.
Common values for resources for cost allocation.
public class CostAllocationEntity : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CostManagement.Models.CostAllocationEntity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CostManagement.Models.CostAllocationEntity>
type CostAllocationEntity = class
interface IJsonModel<CostAllocationEntity>
interface IPersistableModel<CostAllocationEntity>
Public Class CostAllocationEntity
Implements IJsonModel(Of CostAllocationEntity), IPersistableModel(Of CostAllocationEntity)
- Inheritance
-
CostAllocationEntity
- Derived
- Implements
Constructors
| Name | Description |
|---|---|
| CostAllocationEntity(CostAllocationResourceType, String) |
Initializes a new instance of CostAllocationEntity. |
Properties
| Name | Description |
|---|---|
| Name |
If resource type is dimension, this must be either ResourceGroupName or SubscriptionId. If resource type is tag, this must be a valid Azure tag. |
| ResourceType |
Type of resources contained in this cost allocation rule. |