Uses of Class
com.azure.resourcemanager.appcontainers.models.WorkloadProfile
Packages that use WorkloadProfile
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of WorkloadProfile in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return types with arguments of type WorkloadProfileModifier and TypeMethodDescriptionManagedEnvironmentInner.workloadProfiles()
Get the workloadProfiles property: Workload profiles configured for the Managed Environment.ManagedEnvironmentProperties.workloadProfiles()
Get the workloadProfiles property: Workload profiles configured for the Managed Environment.Method parameters in com.azure.resourcemanager.appcontainers.fluent.models with type arguments of type WorkloadProfileModifier and TypeMethodDescriptionManagedEnvironmentInner.withWorkloadProfiles
(List<WorkloadProfile> workloadProfiles) Set the workloadProfiles property: Workload profiles configured for the Managed Environment.ManagedEnvironmentProperties.withWorkloadProfiles
(List<WorkloadProfile> workloadProfiles) Set the workloadProfiles property: Workload profiles configured for the Managed Environment. -
Uses of WorkloadProfile in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return WorkloadProfileModifier and TypeMethodDescriptionstatic WorkloadProfile
WorkloadProfile.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of WorkloadProfile from the JsonReader.WorkloadProfile.withMaximumCount
(Integer maximumCount) Set the maximumCount property: The maximum capacity.WorkloadProfile.withMinimumCount
(Integer minimumCount) Set the minimumCount property: The minimum capacity.Set the name property: Workload profile type for the workloads to run on.WorkloadProfile.withWorkloadProfileType
(String workloadProfileType) Set the workloadProfileType property: Workload profile type for the workloads to run on.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type WorkloadProfileModifier and TypeMethodDescriptionManagedEnvironment.workloadProfiles()
Gets the workloadProfiles property: Workload profiles configured for the Managed Environment.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type WorkloadProfileModifier and TypeMethodDescriptionManagedEnvironment.DefinitionStages.WithWorkloadProfiles.withWorkloadProfiles
(List<WorkloadProfile> workloadProfiles) Specifies the workloadProfiles property: Workload profiles configured for the Managed Environment..ManagedEnvironment.UpdateStages.WithWorkloadProfiles.withWorkloadProfiles
(List<WorkloadProfile> workloadProfiles) Specifies the workloadProfiles property: Workload profiles configured for the Managed Environment..