RegionCapabilities Interface
public interface RegionCapabilities extends HasInner
An immutable client-side representation of an Azure SQL server capabilities for a given region.
Method Summary
Modifier and Type | Method and Description |
---|---|
Region | region() |
Capability |
status() |
Map<String, Server |
supportedCapabilitiesByServerVersion() |
Inherited Members
Method Details
region
public Region region()
Returns:
the location name
status
public CapabilityStatus status()
Returns:
the Azure SQL Database's status for the location
supportedCapabilitiesByServerVersion
public Map
Returns:
the list of supported server versions
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java