你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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<String,ServerVersionCapability> supportedCapabilitiesByServerVersion()

Gets the list of supported server versions.

Returns:

the list of supported server versions

Applies to