Uses of Class
com.azure.resourcemanager.compute.fluent.models.UsageInner
-
Packages that use UsageInner Package Description com.azure.resourcemanager.compute.fluent Package containing the service clients for ComputeManagementClient.com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models 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 UsageInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<UsageInner>UsagesClient. list(String location)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>UsagesClient. list(String location, com.azure.core.util.Context context)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>UsagesClient. listAsync(String location)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 UsageInner Modifier and Type Method Description UsageInnerUsageInner. withCurrentValue(int currentValue)Set the currentValue property: The current usage of the resource.UsageInnerUsageInner. withLimit(long limit)Set the limit property: The maximum permitted usage of the resource.UsageInnerUsageInner. withName(UsageName name)Set the name property: The name of the type of usage.UsageInnerUsageInner. withUnit(String unit)Set the unit property: An enum describing the unit of usage measurement. -
Uses of UsageInner in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return types with arguments of type UsageInner Modifier and Type Method Description List<UsageInner>ListUsagesResult. value()Get the value property: The list of compute resource usages.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type UsageInner Modifier and Type Method Description ListUsagesResultListUsagesResult. withValue(List<UsageInner> value)Set the value property: The list of compute resource usages.
-