BudgetManagementGroupFilterNotDimensionArgs

data class BudgetManagementGroupFilterNotDimensionArgs(val name: Output<String>, val operator: Output<String>? = null, val values: Output<List<String>>) : ConvertibleToJava<BudgetManagementGroupFilterNotDimensionArgs>

Constructors

fun BudgetManagementGroupFilterNotDimensionArgs(name: Output<String>, operator: Output<String>? = null, values: Output<List<String>>)

Functions

Link copied to clipboard
open override fun toJava(): BudgetManagementGroupFilterNotDimensionArgs

Properties

Link copied to clipboard
val name: Output<String>

The name of the column to use for the filter. The allowed values are ChargeType, Frequency, InvoiceId, Meter, MeterCategory, MeterSubCategory, PartNumber, PricingModel, Product, ProductOrderId, ProductOrderName, PublisherType, ReservationId, ReservationName, ResourceGroupName, ResourceGuid, ResourceId, ResourceLocation, ResourceType, ServiceFamily, ServiceName, SubscriptionID, SubscriptionName, UnitOfMeasure.

Link copied to clipboard
val operator: Output<String>? = null

The operator to use for comparison. The allowed values are In.

Link copied to clipboard
val values: Output<List<String>>

Specifies a list of values for the column.