SourceCostAllocationEntity 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.
Source resources for cost allocation.
public class SourceCostAllocationEntity : Azure.ResourceManager.CostManagement.Models.CostAllocationEntity, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CostManagement.Models.SourceCostAllocationEntity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CostManagement.Models.SourceCostAllocationEntity>
type SourceCostAllocationEntity = class
inherit CostAllocationEntity
interface IJsonModel<SourceCostAllocationEntity>
interface IPersistableModel<SourceCostAllocationEntity>
Public Class SourceCostAllocationEntity
Inherits CostAllocationEntity
Implements IJsonModel(Of SourceCostAllocationEntity), IPersistableModel(Of SourceCostAllocationEntity)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| SourceCostAllocationEntity(CostAllocationResourceType, String, IEnumerable<String>) |
Initializes a new instance of SourceCostAllocationEntity. |
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. (Inherited from CostAllocationEntity) |
| ResourceType |
Type of resources contained in this cost allocation rule. (Inherited from CostAllocationEntity) |
| Values |
Source Resources for cost allocation. This list cannot contain more than 25 values. |