DevOpsAzureSkuResponse

data class DevOpsAzureSkuResponse(val name: String, val tier: String? = null)

The Azure SKU of the machines in the pool.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure SKU name of the machines in the pool.

Link copied to clipboard
val tier: String? = null

The Azure SKU tier of the machines in the pool.