ServiceSku

data class ServiceSku(val capacity: Int, val name: String)

Constructors

Link copied to clipboard
fun ServiceSku(capacity: Int, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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