VmssFabricProfileResponse

data class VmssFabricProfileResponse(val images: List<PoolImageResponse>, val kind: String, val networkProfile: NetworkProfileResponse? = null, val osProfile: OsProfileResponse? = null, val sku: DevOpsAzureSkuResponse, val storageProfile: StorageProfileResponse? = null)

The agents will run on Virtual Machine Scale Sets.

Constructors

Link copied to clipboard
constructor(images: List<PoolImageResponse>, kind: String, networkProfile: NetworkProfileResponse? = null, osProfile: OsProfileResponse? = null, sku: DevOpsAzureSkuResponse, storageProfile: StorageProfileResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The VM images of the machines in the pool.

Link copied to clipboard

Discriminator property for FabricProfile. Expected value is 'Vmss'.

Link copied to clipboard

The network profile of the machines in the pool.

Link copied to clipboard

The OS profile of the machines in the pool.

Link copied to clipboard

The Azure SKU of the machines in the pool.

Link copied to clipboard

The storage profile of the machines in the pool.