SchedulerSkuResponse

data class SchedulerSkuResponse(val capacity: Int? = null, val name: String, val redundancyState: String)

The SKU (Stock Keeping Unit) assigned to this durable task scheduler

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val capacity: Int? = null

The SKU capacity. This allows scale out/in for the resource and impacts zone redundancy

Link copied to clipboard

The name of the SKU

Link copied to clipboard

Indicates whether the current SKU configuration is zone redundant