DevOpsAzureSkuArgs

data class DevOpsAzureSkuArgs(val name: Output<String>) : ConvertibleToJava<DevOpsAzureSkuArgs>

The Azure SKU of the machines in the pool.

Constructors

Link copied to clipboard
constructor(name: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

The Azure SKU name of the machines in the pool.

Functions

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