CostAllocationRuleProperties(CostAllocationRuleDetails, RuleStatus) Constructor
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.
Initializes a new instance of CostAllocationRuleProperties.
public CostAllocationRuleProperties(Azure.ResourceManager.CostManagement.Models.CostAllocationRuleDetails details, Azure.ResourceManager.CostManagement.Models.RuleStatus status);
new Azure.ResourceManager.CostManagement.Models.CostAllocationRuleProperties : Azure.ResourceManager.CostManagement.Models.CostAllocationRuleDetails * Azure.ResourceManager.CostManagement.Models.RuleStatus -> Azure.ResourceManager.CostManagement.Models.CostAllocationRuleProperties
Public Sub New (details As CostAllocationRuleDetails, status As RuleStatus)
Parameters
- details
- CostAllocationRuleDetails
Resource information for the cost allocation rule.
- status
- RuleStatus
Status of the rule.
Exceptions
details is null.