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