Freigeben über


ManagedInstancesOperationsExtensions.ListAsync Methode

Definition

Ruft eine Liste aller verwalteten Instanzen im Abonnement ab.

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

Parameter

operations
IManagedInstancesOperations

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: