ServiceSkuArgs

data class ServiceSkuArgs(val capacity: Output<Int>, val name: Output<String>) : ConvertibleToJava<ServiceSkuArgs>

Constructors

Link copied to clipboard
fun ServiceSkuArgs(capacity: Output<Int>, name: Output<String>)

Functions

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

Properties

Link copied to clipboard
val capacity: Output<Int>

Specifies the number of units associated with this SignalR service. Valid values are 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 20, 30, 40, 50, 60, 70, 80, 90 and 100.

Link copied to clipboard
val name: Output<String>

Specifies which tier to use. Valid values are Free_F1, Standard_S1 and Premium_P1.