Uses of Class
com.azure.resourcemanager.appcontainers.models.ListUsagesResult
Packages that use ListUsagesResult
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of ListUsagesResult in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return ListUsagesResultModifier and TypeMethodDescriptionstatic ListUsagesResultListUsagesResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ListUsagesResult from the JsonReader.ListUsagesResult.withNextLink(String nextLink) Set the nextLink property: The URI to fetch the next page of compute resource usage information.ListUsagesResult.withValue(List<UsageInner> value) Set the value property: The list of compute resource usages.