workload Profiles
Parameters
value
The profile of the workload to scope the container app execution. A workload_profile
block as defined below.
Parameters
values
The profile of the workload to scope the container app execution. A workload_profile
block as defined below.
suspend fun workloadProfiles(argument: List<suspend EnvironmentWorkloadProfileArgsBuilder.() -> Unit>)
suspend fun workloadProfiles(vararg argument: suspend EnvironmentWorkloadProfileArgsBuilder.() -> Unit)
Parameters
argument
The profile of the workload to scope the container app execution. A workload_profile
block as defined below.