Share via


ICapabilitiesOperations.GetAsync(String, CancellationToken) Method

Definition

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

Applies to