WorkloadResponse

data class WorkloadResponse(val context: String? = null, val toolset: String? = null)

Information about the impacted workload

Constructors

Link copied to clipboard
constructor(context: String? = null, toolset: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val context: String? = null

the scenario for the workload

Link copied to clipboard
val toolset: String? = null

Tool used to interact with Azure. SDK, AzPortal, etc.., Other