EndpointModelSkuPropertiesResponse

data class EndpointModelSkuPropertiesResponse(val capacity: EndpointModelSkuCapacityPropertiesResponse? = null, val connectionIds: List<String>? = null, val deprecationDate: String? = null, val name: String? = null, val rateLimits: List<EndpointModelSkuRateLimitPropertiesResponse>? = null, val usageName: String? = null)

Constructors

Link copied to clipboard
constructor(capacity: EndpointModelSkuCapacityPropertiesResponse? = null, connectionIds: List<String>? = null, deprecationDate: String? = null, name: String? = null, rateLimits: List<EndpointModelSkuRateLimitPropertiesResponse>? = null, usageName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val connectionIds: List<String>? = null

The list of ARM id for the connection support this SKU.

Link copied to clipboard
val deprecationDate: String? = null

The datetime of deprecation of the model SKU.

Link copied to clipboard
val name: String? = null

The name of the model SKU.

Link copied to clipboard
val usageName: String? = null

The usage name of the model SKU.