Get Cost Allocation Rule Result
data class GetCostAllocationRuleResult(val azureApiVersion: String, val id: String, val name: String, val properties: CostAllocationRulePropertiesResponse, val type: String)
The cost allocation rule model definition
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, name: String, properties: CostAllocationRulePropertiesResponse, type: String)