Uses of Class
com.azure.resourcemanager.network.models.UsagesListResult
Packages that use UsagesListResult
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of UsagesListResult in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type UsagesListResultModifier and TypeClassDescriptionfinal classThe list usages operation response.Methods in com.azure.resourcemanager.network.models that return UsagesListResultModifier and TypeMethodDescriptionstatic UsagesListResultUsagesListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of UsagesListResult from the JsonReader.UsagesListResult.withNextLink(String nextLink) Set the nextLink property: URL to get the next set of results.UsagesListResult.withValue(List<UsageInner> value) Set the value property: The list network resource usages.