CostAllocationRuleProperties 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.
The properties of a cost allocation rule.
public class CostAllocationRuleProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CostManagement.Models.CostAllocationRuleProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CostManagement.Models.CostAllocationRuleProperties>
type CostAllocationRuleProperties = class
interface IJsonModel<CostAllocationRuleProperties>
interface IPersistableModel<CostAllocationRuleProperties>
Public Class CostAllocationRuleProperties
Implements IJsonModel(Of CostAllocationRuleProperties), IPersistableModel(Of CostAllocationRuleProperties)
- Inheritance
-
CostAllocationRuleProperties
- Implements
Constructors
| Name | Description |
|---|---|
| CostAllocationRuleProperties(CostAllocationRuleDetails, RuleStatus) |
Initializes a new instance of CostAllocationRuleProperties. |
Properties
| Name | Description |
|---|---|
| CreatedOn |
Time at which the rule was created. Rules that change cost for the same resource are applied in order of creation. |
| Description |
Description of a cost allocation rule. |
| Details |
Resource information for the cost allocation rule. |
| Status |
Status of the rule. |
| UpdatedOn |
Time at which the rule was last updated. |