Uses of Class
com.azure.resourcemanager.sql.fluent.models.LocationCapabilitiesInner
Packages that use LocationCapabilitiesInner
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 LocationCapabilitiesInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return LocationCapabilitiesInnerModifier and TypeMethodDescriptionCapabilitiesClient.listByLocation(String locationName) Gets the subscription capabilities available for the specified location.Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type LocationCapabilitiesInnerModifier and TypeMethodDescriptionCapabilitiesClient.listByLocationAsync(String locationName) Gets the subscription capabilities available for the specified location.com.azure.core.http.rest.Response<LocationCapabilitiesInner> CapabilitiesClient.listByLocationWithResponse(String locationName, CapabilityGroup include, com.azure.core.util.Context context) Gets the subscription capabilities available for the specified location.Mono<com.azure.core.http.rest.Response<LocationCapabilitiesInner>> CapabilitiesClient.listByLocationWithResponseAsync(String locationName, CapabilityGroup include) Gets the subscription capabilities available for the specified location. -
Uses of LocationCapabilitiesInner in com.azure.resourcemanager.sql.fluent.models
Classes in com.azure.resourcemanager.sql.fluent.models that implement interfaces with type arguments of type LocationCapabilitiesInnerMethods in com.azure.resourcemanager.sql.fluent.models that return LocationCapabilitiesInnerModifier and TypeMethodDescriptionstatic LocationCapabilitiesInnerLocationCapabilitiesInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LocationCapabilitiesInner from the JsonReader.LocationCapabilitiesInner.withReason(String reason) Set the reason property: The reason for the capability not being available. -
Uses of LocationCapabilitiesInner in com.azure.resourcemanager.sql.models
Subinterfaces with type arguments of type LocationCapabilitiesInner in com.azure.resourcemanager.sql.modelsModifier and TypeInterfaceDescriptioninterfaceAn immutable client-side representation of an Azure SQL server capabilities for a given region.