SourceCostAllocationResourceResponse

data class SourceCostAllocationResourceResponse(val name: String, val resourceType: String, val values: List<String>)

Source resources for cost allocation

Constructors

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

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

Type of resources contained in this cost allocation rule

Link copied to clipboard

Source Resources for cost allocation. This list cannot contain more than 25 values.