Uses of Class
com.azure.resourcemanager.sql.fluent.models.SubscriptionUsageInner
-
Packages that use SubscriptionUsageInner 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 SubscriptionUsageInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return SubscriptionUsageInner Modifier and Type Method Description SubscriptionUsageInnerSubscriptionUsagesClient. get(String locationName, String usageName)Gets a subscription usage metric.Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type SubscriptionUsageInner Modifier and Type Method Description Mono<SubscriptionUsageInner>SubscriptionUsagesClient. getAsync(String locationName, String usageName)Gets a subscription usage metric.com.azure.core.http.rest.Response<SubscriptionUsageInner>SubscriptionUsagesClient. getWithResponse(String locationName, String usageName, com.azure.core.util.Context context)Gets a subscription usage metric.Mono<com.azure.core.http.rest.Response<SubscriptionUsageInner>>SubscriptionUsagesClient. getWithResponseAsync(String locationName, String usageName)Gets a subscription usage metric.com.azure.core.http.rest.PagedIterable<SubscriptionUsageInner>SubscriptionUsagesClient. listByLocation(String locationName)Gets all subscription usage metrics in a given location.com.azure.core.http.rest.PagedIterable<SubscriptionUsageInner>SubscriptionUsagesClient. listByLocation(String locationName, com.azure.core.util.Context context)Gets all subscription usage metrics in a given location.com.azure.core.http.rest.PagedFlux<SubscriptionUsageInner>SubscriptionUsagesClient. listByLocationAsync(String locationName)Gets all subscription usage metrics in a given location. -
Uses of SubscriptionUsageInner in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return types with arguments of type SubscriptionUsageInner Modifier and Type Method Description List<SubscriptionUsageInner>SubscriptionUsageListResult. value()Get the value property: Array of results.
-