RegionCapabilities Interface
Implements
public interface RegionCapabilities
extends HasInnerModel<LocationCapabilitiesInner>
An immutable client-side representation of an Azure SQL server capabilities for a given region.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Region |
region()
Gets the location name. |
abstract
Capability |
status()
Gets the Azure SQL Database's status for the location. |
abstract
Map<String,Server |
supportedCapabilitiesByServerVersion()
Gets the list of supported server versions. |
Method Details
region
public abstract Region region()
Gets the location name.
Returns:
status
public abstract CapabilityStatus status()
Gets the Azure SQL Database's status for the location.
Returns:
supportedCapabilitiesByServerVersion
public abstract Map
Gets the list of supported server versions.
Returns:
Applies to
Azure SDK for Java