ArmStreamingEndpointCurrentSkuResponse

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

The streaming endpoint current sku.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val capacity: Int? = null

The streaming endpoint sku capacity.

Link copied to clipboard

The streaming endpoint sku name.