CapabilitiesOperationsExtensions.GetAsync 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 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