Uses of Class
com.azure.resourcemanager.appcontainers.models.WorkloadProfileStatesProperties
Packages that use WorkloadProfileStatesProperties
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of WorkloadProfileStatesProperties in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return WorkloadProfileStatesPropertiesModifier and TypeMethodDescriptionWorkloadProfileStatesInner.properties()
Get the properties property: Workload Profile resource specific properties.Methods in com.azure.resourcemanager.appcontainers.fluent.models with parameters of type WorkloadProfileStatesPropertiesModifier and TypeMethodDescriptionWorkloadProfileStatesInner.withProperties
(WorkloadProfileStatesProperties properties) Set the properties property: Workload Profile resource specific properties. -
Uses of WorkloadProfileStatesProperties in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return WorkloadProfileStatesPropertiesModifier and TypeMethodDescriptionWorkloadProfileStatesProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of WorkloadProfileStatesProperties from the JsonReader.WorkloadProfileStates.properties()
Gets the properties property: Workload Profile resource specific properties.WorkloadProfileStatesProperties.withCurrentCount
(Integer currentCount) Set the currentCount property: Current count of nodes.WorkloadProfileStatesProperties.withMaximumCount
(Integer maximumCount) Set the maximumCount property: Maximum count of nodes.WorkloadProfileStatesProperties.withMinimumCount
(Integer minimumCount) Set the minimumCount property: Minimum count of instances.