Freigeben über


ServerAdvisorsOperationsExtensions.ListByServerAsync Methode

Definition

Ruft eine Liste der Serverberater ab.

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

Parameter

operations
IServerAdvisorsOperations

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

expand
String

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

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: