Uses of Class
com.azure.resourcemanager.sql.fluent.models.LocationCapabilitiesInner
-
Packages that use LocationCapabilitiesInner Package Description com.azure.resourcemanager.sql.fluent Package containing the service clients for SqlManagementClient.com.azure.resourcemanager.sql.fluent.models Package containing the inner data models for SqlManagementClient. -
-
Uses of LocationCapabilitiesInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return LocationCapabilitiesInner Modifier and Type Method Description LocationCapabilitiesInnerCapabilitiesClient. 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 LocationCapabilitiesInner Modifier and Type Method Description Mono<LocationCapabilitiesInner>CapabilitiesClient. listByLocationAsync(String locationName)Gets the subscription capabilities available for the specified location.Mono<LocationCapabilitiesInner>CapabilitiesClient. listByLocationAsync(String locationName, CapabilityGroup include)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
Methods in com.azure.resourcemanager.sql.fluent.models that return LocationCapabilitiesInner Modifier and Type Method Description LocationCapabilitiesInnerLocationCapabilitiesInner. withReason(String reason)Set the reason property: The reason for the capability not being available.
-