EnvironmentWorkloadProfile

data class EnvironmentWorkloadProfile(val maximumCount: Int? = null, val minimumCount: Int? = null, val name: String, val workloadProfileType: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maximumCount: 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: Int? = null

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

Link copied to clipboard

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.