Uses of Class
com.azure.resourcemanager.compute.models.ListUsagesResult
Packages that use ListUsagesResult
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of ListUsagesResult in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type ListUsagesResultModifier and TypeClassDescriptionfinal classThe List Usages operation response.Methods in com.azure.resourcemanager.compute.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.