pivots

@JvmName(name = "umubfmhpuuyaoour")
suspend fun pivots(value: Output<List<SubscriptionCostManagementViewPivotArgs>>)
@JvmName(name = "wuhnkgteehqmaakc")
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 = "pfnilstcghyunnmu")
suspend fun pivots(vararg values: Output<SubscriptionCostManagementViewPivotArgs>)


@JvmName(name = "xdoycdtmphlvswgl")
suspend fun pivots(values: List<Output<SubscriptionCostManagementViewPivotArgs>>)
@JvmName(name = "wlnuxtyxinglnurs")
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 = "lxuvtacobiyanelb")
suspend fun pivots(argument: List<suspend SubscriptionCostManagementViewPivotArgsBuilder.() -> Unit>)
@JvmName(name = "lgvsclkwgcxnrhem")
suspend fun pivots(vararg argument: suspend SubscriptionCostManagementViewPivotArgsBuilder.() -> Unit)
@JvmName(name = "ysopigbrgcfrncin")
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.