ServiceSkuArgs

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

Constructors

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

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, 100, 200, 300, 400, 500, 600, 700, 800, 900 and 1000.

Link copied to clipboard
val name: Output<String>

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

Functions

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