DevOpsAzureSkuArgs

data class DevOpsAzureSkuArgs(val name: Output<String>, val tier: Output<String>? = null) : ConvertibleToJava<DevOpsAzureSkuArgs>

The Azure SKU of the machines in the pool.

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>

The Azure SKU name of the machines in the pool.

Link copied to clipboard
val tier: Output<String>? = null

The Azure SKU tier of the machines in the pool.

Functions

Link copied to clipboard
open override fun toJava(): DevOpsAzureSkuArgs