Resource Sku Args
data class ResourceSkuArgs(val capacity: Output<Int>? = null, val name: Output<String>, val tier: Output<Either<String, SignalRSkuTier>>? = null) : ConvertibleToJava<ResourceSkuArgs>
The billing information of the resource.
Constructors
Link copied to clipboard
constructor(capacity: Output<Int>? = null, name: Output<String>, tier: Output<Either<String, SignalRSkuTier>>? = null)