pivots

@JvmName(name = "uufmmhxgobaotjqh")
suspend fun pivots(value: Output<List<SubscriptionCostManagementViewPivotArgs>>)
@JvmName(name = "brqmhfugptwtqcdp")
suspend fun pivots(value: List<SubscriptionCostManagementViewPivotArgs>?)

Parameters

value

One or more pivot blocks as defined below, containing the configuration of 3 sub-views in the Cost Analysis UI. Non table views should have three pivots.


@JvmName(name = "jdfikslyhpbetnuj")
suspend fun pivots(vararg values: Output<SubscriptionCostManagementViewPivotArgs>)


@JvmName(name = "wkuganntklqwrsrj")
suspend fun pivots(values: List<Output<SubscriptionCostManagementViewPivotArgs>>)
@JvmName(name = "hiamyurgfhaexkfd")
suspend fun pivots(vararg values: SubscriptionCostManagementViewPivotArgs)

Parameters

values

One or more pivot blocks as defined below, containing the configuration of 3 sub-views in the Cost Analysis UI. Non table views should have three pivots.


@JvmName(name = "uptdrqurruiduoqk")
suspend fun pivots(argument: List<suspend SubscriptionCostManagementViewPivotArgsBuilder.() -> Unit>)
@JvmName(name = "fhxrmordwcmaxfef")
suspend fun pivots(vararg argument: suspend SubscriptionCostManagementViewPivotArgsBuilder.() -> Unit)
@JvmName(name = "heyecvfmdgwsnaoe")
suspend fun pivots(argument: suspend SubscriptionCostManagementViewPivotArgsBuilder.() -> Unit)

Parameters

argument

One or more pivot blocks as defined below, containing the configuration of 3 sub-views in the Cost Analysis UI. Non table views should have three pivots.