Uses of Class
com.azure.resourcemanager.appcontainers.fluent.models.AvailableWorkloadProfileInner
Packages that use AvailableWorkloadProfileInner
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 AvailableWorkloadProfileInner in com.azure.resourcemanager.appcontainers.fluent
Methods in com.azure.resourcemanager.appcontainers.fluent that return types with arguments of type AvailableWorkloadProfileInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<AvailableWorkloadProfileInner> Get available workload profiles by location.com.azure.core.http.rest.PagedIterable<AvailableWorkloadProfileInner> Get available workload profiles by location. -
Uses of AvailableWorkloadProfileInner in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return AvailableWorkloadProfileInnerModifier and TypeMethodDescriptionAvailableWorkloadProfileInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AvailableWorkloadProfileInner from the JsonReader.AvailableWorkloadProfileInner.withLocation(String location) Set the location property: Region of the workload profile.AvailableWorkloadProfileInner.withProperties(AvailableWorkloadProfileProperties properties) Set the properties property: Revision resource specific properties. -
Uses of AvailableWorkloadProfileInner in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return AvailableWorkloadProfileInnerModifier and TypeMethodDescriptionAvailableWorkloadProfile.innerModel()Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.AvailableWorkloadProfileInner object.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type AvailableWorkloadProfileInnerModifier and TypeMethodDescriptionAvailableWorkloadProfilesCollection.value()Get the value property: Collection of workload profiles.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type AvailableWorkloadProfileInnerModifier and TypeMethodDescriptionAvailableWorkloadProfilesCollection.withValue(List<AvailableWorkloadProfileInner> value) Set the value property: Collection of workload profiles.