SBSkuResponse

data class SBSkuResponse(val capacity: Int? = null, val name: String, val tier: String? = null)

SKU of the namespace.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val capacity: Int? = null

Messaging units for your service bus premium namespace. Valid capacities are {1, 2, 4, 8, 16} multiples of your properties.premiumMessagingPartitions setting. For example, If properties.premiumMessagingPartitions is 1 then possible capacity values are 1, 2, 4, 8, and 16. If properties.premiumMessagingPartitions is 4 then possible capacity values are 4, 8, 16, 32 and 64

Link copied to clipboard

Name of this SKU.

Link copied to clipboard
val tier: String? = null

The billing tier of this particular SKU.