Freigeben über


ManagedInstanceOperationsExtensions.ListByManagedInstance Methode

Definition

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ManagedInstanceOperation> ListByManagedInstance(this Microsoft.Azure.Management.Sql.IManagedInstanceOperations operations, string resourceGroupName, string managedInstanceName);
static member ListByManagedInstance : Microsoft.Azure.Management.Sql.IManagedInstanceOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ManagedInstanceOperation>
<Extension()>
Public Function ListByManagedInstance (operations As IManagedInstanceOperations, resourceGroupName As String, managedInstanceName As String) As 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.

Gibt zurück

Gilt für: