Поделиться через


CapabilitiesOperationsExtensions.Get(ICapabilitiesOperations, String) Method

Definition

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

public static Microsoft.Azure.Management.Sql.LegacySdk.Responses.LocationCapabilitiesGetResponse Get (this Microsoft.Azure.Management.Sql.LegacySdk.ICapabilitiesOperations operations, string locationName);
static member Get : Microsoft.Azure.Management.Sql.LegacySdk.ICapabilitiesOperations * string -> Microsoft.Azure.Management.Sql.LegacySdk.Responses.LocationCapabilitiesGetResponse
<Extension()>
Public Function Get (operations As ICapabilitiesOperations, locationName As String) As 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