TargetCostAllocationResourceResponse

data class TargetCostAllocationResourceResponse(val name: String, val policyType: String, val resourceType: String, val values: List<CostAllocationProportionResponse>)

Target resources for cost allocation.

Constructors

Link copied to clipboard
constructor(name: String, policyType: String, resourceType: String, values: List<CostAllocationProportionResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If resource type is dimension, this must be either ResourceGroupName or SubscriptionId. If resource type is tag, this must be a valid Azure tag

Link copied to clipboard

Method of cost allocation for the rule

Link copied to clipboard

Type of resources contained in this cost allocation rule

Link copied to clipboard

Target resources for cost allocation. This list cannot contain more than 25 values.