EnvironmentWorkloadProfileArgs

data class EnvironmentWorkloadProfileArgs(val maximumCount: Output<Int>? = null, val minimumCount: Output<Int>? = null, val name: Output<String>, val workloadProfileType: Output<String>) : ConvertibleToJava<EnvironmentWorkloadProfileArgs>

Constructors

Link copied to clipboard
constructor(maximumCount: Output<Int>? = null, minimumCount: Output<Int>? = null, name: Output<String>, workloadProfileType: Output<String>)

Properties

Link copied to clipboard
val maximumCount: Output<Int>? = null

The maximum number of instances of workload profile that can be deployed in the Container App Environment.

Link copied to clipboard
val minimumCount: Output<Int>? = null

The minimum number of instances of workload profile that can be deployed in the Container App Environment.

Link copied to clipboard
val name: Output<String>

The name of the workload profile.

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.

Functions

Link copied to clipboard
open override fun toJava(): EnvironmentWorkloadProfileArgs