Uses of Class
com.azure.resourcemanager.containerinstance.fluent.models.UsageInner
-
Packages that use UsageInner Package Description com.azure.resourcemanager.containerinstance.fluent Package containing the service clients for ContainerInstanceManagementClient.com.azure.resourcemanager.containerinstance.models Package containing the data models for ContainerInstanceManagementClient. -
-
Uses of UsageInner in com.azure.resourcemanager.containerinstance.fluent
Methods in com.azure.resourcemanager.containerinstance.fluent that return types with arguments of type UsageInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<UsageInner>LocationsClient. listUsage(String location)Get the usage for a subscription.com.azure.core.http.rest.PagedIterable<UsageInner>LocationsClient. listUsage(String location, com.azure.core.util.Context context)Get the usage for a subscription.com.azure.core.http.rest.PagedFlux<UsageInner>LocationsClient. listUsageAsync(String location)Get the usage for a subscription. -
Uses of UsageInner in com.azure.resourcemanager.containerinstance.models
Methods in com.azure.resourcemanager.containerinstance.models that return types with arguments of type UsageInner Modifier and Type Method Description List<UsageInner>UsageListResult. value()Get the value property: The usage data.
-