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. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python