Freigeben über


DatabaseAdvisorsOperationsExtensions.ListByDatabaseAsync Methode

Definition

Ruft eine Liste der Datenbankberater ab.

public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.Advisor>> ListByDatabaseAsync (this Microsoft.Azure.Management.Sql.IDatabaseAdvisorsOperations operations, string resourceGroupName, string serverName, string databaseName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByDatabaseAsync : Microsoft.Azure.Management.Sql.IDatabaseAdvisorsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.Advisor>>
<Extension()>
Public Function ListByDatabaseAsync (operations As IDatabaseAdvisorsOperations, resourceGroupName As String, serverName As String, databaseName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of Advisor))

Parameter

operations
IDatabaseAdvisorsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die die Ressource enthält. Dieser Wert kann über die Azure-Ressourcen-Manager-API oder das Portal abgerufen werden.

serverName
String

Name des Servers

databaseName
String

Der Name der Datenbank.

expand
String

Die untergeordneten Ressourcen, die in die Antwort eingeschlossen werden sollen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: