WorkloadProfile interface
Workload profile to scope container app execution.
Properties
maximum |
The maximum capacity. |
minimum |
The minimum capacity. |
name | Workload profile type for the workloads to run on. |
workload |
Workload profile type for the workloads to run on. |
Property Details
maximumCount
The maximum capacity.
maximumCount?: number
Property Value
number
minimumCount
The minimum capacity.
minimumCount?: number
Property Value
number
name
Workload profile type for the workloads to run on.
name: string
Property Value
string
workloadProfileType
Workload profile type for the workloads to run on.
workloadProfileType: string
Property Value
string