Partager via


ServersOperationsExtensions.ListAsync Méthode

Définition

Obtient la liste de tous les serveurs de l’abonnement.

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))

Paramètres

operations
IServersOperations

Groupe d’opérations pour cette méthode d’extension.

expand
String

Ressources enfants à inclure dans la réponse.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à