Environment Workload Profile Args
data class EnvironmentWorkloadProfileArgs(val maximumCount: Output<Int>? = null, val minimumCount: Output<Int>? = null, val name: Output<String>, val workloadProfileType: Output<String>) : ConvertibleToJava<EnvironmentWorkloadProfileArgs>
Properties
Link copied to clipboard
The maximum number of instances of workload profile that can be deployed in the Container App Environment.
Link copied to clipboard
The minimum number of instances of workload profile that can be deployed in the Container App Environment.
Link copied to clipboard
Workload profile type for the workloads to run on. Possible values include Consumption
, D4
, D8
, D16
, D32
, E4
, E8
, E16
and E32
.