AvailableWorkloadProfileProperties Class

Revision resource specific properties.

Inheritance
azure.mgmt.appcontainers._serialization.Model
AvailableWorkloadProfileProperties

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
str

Used to categorize workload profiles.

applicability

indicates whether the profile is default for the location. Known values are: "LocationDefault" and "Custom".

cores
int

Number of cores in CPU.

memory_gi_b
int

Memory in GiB.

gpus
int

Number of GPUs.

display_name
str

The everyday name of the workload profile.

Variables

Name Description
category
str

Used to categorize workload profiles.

applicability

indicates whether the profile is default for the location. Known values are: "LocationDefault" and "Custom".

cores
int

Number of cores in CPU.

memory_gi_b
int

Memory in GiB.

gpus
int

Number of GPUs.

display_name
str

The everyday name of the workload profile.