Uses of Class
com.azure.resourcemanager.sql.fluent.models.UsageInner
-
Packages that use UsageInner Package Description com.azure.resourcemanager.sql.fluent Package containing the service clients for SqlManagementClient.com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of UsageInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type UsageInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<UsageInner>UsagesClient. listByInstancePool(String resourceGroupName, String instancePoolName)Gets all instance pool usage metrics.com.azure.core.http.rest.PagedIterable<UsageInner>UsagesClient. listByInstancePool(String resourceGroupName, String instancePoolName, Boolean expandChildren, com.azure.core.util.Context context)Gets all instance pool usage metrics.com.azure.core.http.rest.PagedFlux<UsageInner>UsagesClient. listByInstancePoolAsync(String resourceGroupName, String instancePoolName)Gets all instance pool usage metrics.com.azure.core.http.rest.PagedFlux<UsageInner>UsagesClient. listByInstancePoolAsync(String resourceGroupName, String instancePoolName, Boolean expandChildren)Gets all instance pool usage metrics. -
Uses of UsageInner in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return types with arguments of type UsageInner Modifier and Type Method Description List<UsageInner>UsageListResult. value()Get the value property: Array of results.
-