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 CapabilityStatus status()

Gets the Azure SQL Database's status for the location.

abstract Map<String,ServerVersionCapability> supportedCapabilitiesByServerVersion()

Gets the list of supported server versions.

Method Details

region

public abstract Region region()

Gets the location name.

Returns:

the location name

status

public abstract CapabilityStatus status()

Gets the Azure SQL Database's status for the location.

Returns:

the Azure SQL Database's status for the location

supportedCapabilitiesByServerVersion

public abstract Map supportedCapabilitiesByServerVersion()

Gets the list of supported server versions.

Returns:

the list of supported server versions

Applies to