Freigeben über


CapabilitiesOperationsExtensions.ListByLocationAsync Methode

Definition

Ruft die für den angegebenen Speicherort verfügbaren Abonnementfunktionen ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.LocationCapabilities> ListByLocationAsync(this Microsoft.Azure.Management.Sql.ICapabilitiesOperations operations, string locationName, string include = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByLocationAsync : Microsoft.Azure.Management.Sql.ICapabilitiesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.LocationCapabilities>
<Extension()>
Public Function ListByLocationAsync (operations As ICapabilitiesOperations, locationName As String, Optional include As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of LocationCapabilities)

Parameter

operations
ICapabilitiesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

locationName
String

Der Name des Speicherorts, dessen Funktionen abgerufen werden.

include
String

Wenn angegeben, schränkt die Antwort so ein, dass nur das ausgewählte Element eingeschlossen wird. Mögliche Werte: "supportedEditions", "supportedElasticPoolEditions", "supportedManagedInstanceVersions", "supportedInstancePoolEditions", "supportedManagedInstanceEditions"

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: