BudgetSubscriptionFilterNotDimensionArgs

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

Constructors

Link copied to clipboard
fun BudgetSubscriptionFilterNotDimensionArgs(name: Output<String>, operator: Output<String>? = null, values: Output<List<String>>)

Functions

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

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.