Uses of Class
com.azure.resourcemanager.appcontainers.models.AvailableWorkloadProfileProperties
Packages that use AvailableWorkloadProfileProperties
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of AvailableWorkloadProfileProperties in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return AvailableWorkloadProfilePropertiesModifier and TypeMethodDescriptionAvailableWorkloadProfileInner.properties()
Get the properties property: Revision resource specific properties.Methods in com.azure.resourcemanager.appcontainers.fluent.models with parameters of type AvailableWorkloadProfilePropertiesModifier and TypeMethodDescriptionAvailableWorkloadProfileInner.withProperties
(AvailableWorkloadProfileProperties properties) Set the properties property: Revision resource specific properties. -
Uses of AvailableWorkloadProfileProperties in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return AvailableWorkloadProfilePropertiesModifier and TypeMethodDescriptionAvailableWorkloadProfileProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AvailableWorkloadProfileProperties from the JsonReader.AvailableWorkloadProfile.properties()
Gets the properties property: Revision resource specific properties.AvailableWorkloadProfileProperties.withApplicability
(Applicability applicability) Set the applicability property: indicates whether the profile is default for the location.AvailableWorkloadProfileProperties.withCategory
(String category) Set the category property: Used to categorize workload profiles.Set the cores property: Number of cores in CPU.AvailableWorkloadProfileProperties.withDisplayName
(String displayName) Set the displayName property: The everyday name of the workload profile.Set the gpus property: Number of GPUs.AvailableWorkloadProfileProperties.withMemoryGiB
(Integer memoryGiB) Set the memoryGiB property: Memory in GiB.