Partager via


ManagedInstancesOperationsExtensions.ListAsync Méthode

Définition

Obtient une liste de toutes les instances managées de l’abonnement.

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

Paramètres

operations
IManagedInstancesOperations

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 à