Uses of Class
com.azure.resourcemanager.appcontainers.fluent.models.WorkloadProfileStatesInner
Packages that use WorkloadProfileStatesInner
Package
Description
Package containing the service clients for ContainerAppsApiClient.
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of WorkloadProfileStatesInner in com.azure.resourcemanager.appcontainers.fluent
Methods in com.azure.resourcemanager.appcontainers.fluent that return types with arguments of type WorkloadProfileStatesInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable
<WorkloadProfileStatesInner> ManagedEnvironmentsClient.listWorkloadProfileStates
(String resourceGroupName, String environmentName) Get all workload Profile States for a Managed Environment..com.azure.core.http.rest.PagedIterable
<WorkloadProfileStatesInner> ManagedEnvironmentsClient.listWorkloadProfileStates
(String resourceGroupName, String environmentName, com.azure.core.util.Context context) Get all workload Profile States for a Managed Environment.. -
Uses of WorkloadProfileStatesInner in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return WorkloadProfileStatesInnerModifier and TypeMethodDescriptionstatic WorkloadProfileStatesInner
WorkloadProfileStatesInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of WorkloadProfileStatesInner from the JsonReader.WorkloadProfileStatesInner.withProperties
(WorkloadProfileStatesProperties properties) Set the properties property: Workload Profile resource specific properties. -
Uses of WorkloadProfileStatesInner in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return WorkloadProfileStatesInnerModifier and TypeMethodDescriptionWorkloadProfileStates.innerModel()
Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.WorkloadProfileStatesInner object.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type WorkloadProfileStatesInnerModifier and TypeMethodDescriptionWorkloadProfileStatesCollection.value()
Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type WorkloadProfileStatesInnerModifier and TypeMethodDescriptionWorkloadProfileStatesCollection.withValue
(List<WorkloadProfileStatesInner> value) Set the value property: Collection of resources.