Uses of Class
com.azure.resourcemanager.appcontainers.fluent.models.UsageInner
Packages that use UsageInner
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 UsageInner in com.azure.resourcemanager.appcontainers.fluent
Methods in com.azure.resourcemanager.appcontainers.fluent that return types with arguments of type UsageInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable
<UsageInner> Gets the current usage information as well as the limits for environment.com.azure.core.http.rest.PagedIterable
<UsageInner> ManagedEnvironmentUsagesClient.list
(String resourceGroupName, String environmentName, com.azure.core.util.Context context) Gets the current usage information as well as the limits for environment.com.azure.core.http.rest.PagedIterable
<UsageInner> Gets, for the specified location, the current resource usage information as well as the limits under the subscription.com.azure.core.http.rest.PagedIterable
<UsageInner> Gets, for the specified location, the current resource usage information as well as the limits under the subscription. -
Uses of UsageInner in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return UsageInnerModifier and TypeMethodDescriptionstatic UsageInner
UsageInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of UsageInner from the JsonReader.UsageInner.withCurrentValue
(float currentValue) Set the currentValue property: The current usage of the resource.UsageInner.withLimit
(float limit) Set the limit property: The maximum permitted usage of the resource.Set the name property: The name of the type of usage. -
Uses of UsageInner in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return UsageInnerModifier and TypeMethodDescriptionUsage.innerModel()
Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.UsageInner object.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type UsageInnerModifier and TypeMethodDescriptionListUsagesResult.value()
Get the value property: The list of compute resource usages.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type UsageInnerModifier and TypeMethodDescriptionListUsagesResult.withValue
(List<UsageInner> value) Set the value property: The list of compute resource usages.