Uses of Class
com.azure.resourcemanager.sql.fluent.models.SubscriptionUsageInner
Packages that use SubscriptionUsageInner
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the inner data models for SqlManagementClient.
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 SubscriptionUsageInnerModifier and TypeMethodDescriptionGets a subscription usage metric.Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type SubscriptionUsageInnerModifier and TypeMethodDescriptionGets 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.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return SubscriptionUsageInnerModifier and TypeMethodDescriptionstatic SubscriptionUsageInnerSubscriptionUsageInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SubscriptionUsageInner from the JsonReader. -
Uses of SubscriptionUsageInner in com.azure.resourcemanager.sql.models
Subinterfaces with type arguments of type SubscriptionUsageInner in com.azure.resourcemanager.sql.modelsModifier and TypeInterfaceDescriptioninterfaceThe result of SQL server usages per current subscription.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type SubscriptionUsageInnerModifier and TypeMethodDescriptionSubscriptionUsageListResult.value()Get the value property: Array of results.