Freigeben über


ServerKeysOperationsExtensions.ListAsync Methode

Definition

Ruft eine Liste von Serverschlüsseln ab.

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

Parameter

operations
IServerKeysOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

serverName
String

Name des Servers

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: