WorkloadProfileResponse

data class WorkloadProfileResponse(val maximumCount: Int, val minimumCount: Int, val workloadProfileType: String)

Workload profile to scope container app execution.

Constructors

Link copied to clipboard
constructor(maximumCount: Int, minimumCount: Int, workloadProfileType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The maximum capacity.

Link copied to clipboard

The minimum capacity.

Link copied to clipboard

Workload profile type for the workloads to run on.