Interface RegionCapabilities
- All Superinterfaces:
HasInnerModel<LocationCapabilitiesInner>
An immutable client-side representation of an Azure SQL server capabilities for a given region.
-
Method Summary
Methods inherited from interface HasInnerModel
innerModel
-
Method Details
-
region
com.azure.core.management.Region region()Gets the location name.- Returns:
- the location name
-
status
CapabilityStatus status()Gets the Azure SQL Database's status for the location.- Returns:
- the Azure SQL Database's status for the location
-
supportedCapabilitiesByServerVersion
Map<String, ServerVersionCapability> supportedCapabilitiesByServerVersion()Gets the list of supported server versions.- Returns:
- the list of supported server versions
-