WorkloadProfile Class
Workload profile to scope container app execution.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelWorkloadProfile
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
|
Workload profile type for the workloads to run on. Required. |
workload_profile_type
|
Workload profile type for the workloads to run on. Required. |
minimum_count
|
The minimum capacity. |
maximum_count
|
The maximum capacity. |
Variables
Name | Description |
---|---|
name
|
Workload profile type for the workloads to run on. Required. |
workload_profile_type
|
Workload profile type for the workloads to run on. Required. |
minimum_count
|
The minimum capacity. |
maximum_count
|
The maximum capacity. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python