WorkloadProfile Class

Workload profile to scope container app execution.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.appcontainers._serialization.Model
WorkloadProfile

Constructor

WorkloadProfile(*, name: str, workload_profile_type: str, minimum_count: int | None = None, maximum_count: int | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

Workload profile type for the workloads to run on. Required.

workload_profile_type
str

Workload profile type for the workloads to run on. Required.

minimum_count
int

The minimum capacity.

maximum_count
int

The maximum capacity.

Variables

Name Description
name
str

Workload profile type for the workloads to run on. Required.

workload_profile_type
str

Workload profile type for the workloads to run on. Required.

minimum_count
int

The minimum capacity.

maximum_count
int

The maximum capacity.