Uses of Class
com.azure.resourcemanager.compute.fluent.models.UsageInner
Packages that use UsageInner
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of UsageInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type UsageInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<UsageInner> Gets, for the specified location, the current compute resource usage information as well as the limits for compute resources under the subscription.com.azure.core.http.rest.PagedIterable<UsageInner> Gets, for the specified location, the current compute resource usage information as well as the limits for compute resources under the subscription.com.azure.core.http.rest.PagedFlux<UsageInner> Gets, for the specified location, the current compute resource usage information as well as the limits for compute resources under the subscription. -
Uses of UsageInner in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return UsageInnerModifier and TypeMethodDescriptionstatic UsageInnerUsageInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of UsageInner from the JsonReader.UsageInner.withCurrentValue(int currentValue) Set the currentValue property: The current usage of the resource.UsageInner.withLimit(long 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.compute.models
Methods in com.azure.resourcemanager.compute.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.compute.models with type arguments of type UsageInnerModifier and TypeMethodDescriptionListUsagesResult.withValue(List<UsageInner> value) Set the value property: The list of compute resource usages.