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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python