ResourceSkuResponse

data class ResourceSkuResponse(val capacity: Int? = null, val family: String, val name: String, val size: String, val tier: String? = null)

The billing information of the SignalR resource.

Constructors

Link copied to clipboard
constructor(capacity: Int? = null, family: String, name: String, size: String, tier: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val capacity: Int? = null

Optional, integer. The unit count of SignalR resource. 1 by default. If present, following values are allowed: Free: 1 Standard: 1,2,5,10,20,50,100

Link copied to clipboard

Not used. Retained for future use.

Link copied to clipboard

The name of the SKU. Required. Allowed values: Standard_S1, Free_F1

Link copied to clipboard

Not used. Retained for future use.

Link copied to clipboard
val tier: String? = null

Optional tier of this particular SKU. 'Standard' or 'Free'. Basic is deprecated, use Standard instead.