Share via


CapabilitiesOperationsExtensions.GetAsync Method

Definition

Returns information about the Azure SQL capabilities available for the specified region.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Responses.LocationCapabilitiesGetResponse> GetAsync (this Microsoft.Azure.Management.Sql.LegacySdk.ICapabilitiesOperations operations, string locationName);
static member GetAsync : Microsoft.Azure.Management.Sql.LegacySdk.ICapabilitiesOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Responses.LocationCapabilitiesGetResponse>
<Extension()>
Public Function GetAsync (operations As ICapabilitiesOperations, locationName As String) As Task(Of LocationCapabilitiesGetResponse)

Parameters

operations
ICapabilitiesOperations

Reference to the Microsoft.Azure.Management.Sql.LegacySdk.ICapabilitiesOperations.

locationName
String

Required. The name of the region for which the Azure SQL capabilities are retrieved.

Returns

Represents the response to a Get Azure Sql capabilities request

Applies to