AvailableWorkloadProfileProperties Class
Revision resource specific properties.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelAvailableWorkloadProfileProperties
Constructor
AvailableWorkloadProfileProperties(*, category: str | None = None, applicability: str | _models.Applicability | None = None, cores: int | None = None, memory_gi_b: int | None = None, gpus: int | None = None, display_name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
category
|
Used to categorize workload profiles. |
applicability
|
str or
Applicability
indicates whether the profile is default for the location. Known values are: "LocationDefault" and "Custom". |
cores
|
Number of cores in CPU. |
memory_gi_b
|
Memory in GiB. |
gpus
|
Number of GPUs. |
display_name
|
The everyday name of the workload profile. |
Variables
Name | Description |
---|---|
category
|
Used to categorize workload profiles. |
applicability
|
str or
Applicability
indicates whether the profile is default for the location. Known values are: "LocationDefault" and "Custom". |
cores
|
Number of cores in CPU. |
memory_gi_b
|
Memory in GiB. |
gpus
|
Number of GPUs. |
display_name
|
The everyday name of the workload profile. |
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