Vmss Fabric Profile Response
data class VmssFabricProfileResponse(val images: List<PoolImageResponse>, val kind: String, val networkProfile: NetworkProfileResponse? = null, val osProfile: OsProfileResponse? = null, val sku: DevOpsAzureSkuResponse)
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)