ICapabilitiesOperations.GetAsync(String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns information about the Azure SQL capabilities available for the specified region.
public System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Responses.LocationCapabilitiesGetResponse> GetAsync (string locationName, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Responses.LocationCapabilitiesGetResponse>
Public Function GetAsync (locationName As String, cancellationToken As CancellationToken) As Task(Of LocationCapabilitiesGetResponse)
Parameters
- locationName
- String
The name of the region for which the Azure SQL capabilities are retrieved.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
Represents the response to a Get Azure Sql capabilities request