Uses of Interface
com.azure.resourcemanager.appcontainers.models.Usage

Packages that use Usage
Package
Description
Package containing the data models for ContainerAppsApiClient.
  • Uses of Usage in com.azure.resourcemanager.appcontainers.models

    Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type Usage
    Modifier and Type
    Method
    Description
    com.azure.core.http.rest.PagedIterable<Usage>
    ManagedEnvironmentUsages.list(String resourceGroupName, String environmentName)
    Gets the current usage information as well as the limits for environment.
    com.azure.core.http.rest.PagedIterable<Usage>
    ManagedEnvironmentUsages.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<Usage>
    Usages.list(String location)
    Gets, for the specified location, the current resource usage information as well as the limits under the subscription.
    com.azure.core.http.rest.PagedIterable<Usage>
    Usages.list(String location, com.azure.core.util.Context context)
    Gets, for the specified location, the current resource usage information as well as the limits under the subscription.