Freigeben über


ServersOperationsExtensions.ListAsync Methode

Definition

Ruft eine Liste aller Server im Abonnement ab.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Server>> ListAsync (this Microsoft.Azure.Management.Sql.IServersOperations operations, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Sql.IServersOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Server>>
<Extension()>
Public Function ListAsync (operations As IServersOperations, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Server))

Parameter

operations
IServersOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

expand
String

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

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: