Freigeben über


ManagedInstanceOperationsExtensions.ListByManagedInstanceAsync Methode

Definition

Ruft eine Liste der für die verwaltete Instanz ausgeführten Vorgänge ab.

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

Parameter

operations
IManagedInstanceOperations

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.

managedInstanceName
String

Der Name der verwalteten Instanz.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: