WorkloadProfileStatesProperties Class
Workload Profile resource specific properties.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelWorkloadProfileStatesProperties
Constructor
WorkloadProfileStatesProperties(*, minimum_count: int | None = None, maximum_count: int | None = None, current_count: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
minimum_count
|
Minimum count of instances. |
maximum_count
|
Maximum count of nodes. |
current_count
|
Current count of nodes. |
Variables
Name | Description |
---|---|
minimum_count
|
Minimum count of instances. |
maximum_count
|
Maximum count of nodes. |
current_count
|
Current count of nodes. |
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