Freigeben über


ManagedInstanceKeysOperationsExtensions.ListByInstanceAsync Methode

Definition

Ruft eine Liste der verwalteten instance Schlüssel ab.

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

Parameter

operations
IManagedInstanceKeysOperations

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.

filter
String

Ein OData-Filterausdruck, der Elemente in der Auflistung filtert.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: