Partager via


GatewayOperationsExtensions.ListKeysAsync Méthode

Définition

Récupère les clés de passerelle.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.GatewayKeysContract> ListKeysAsync (this Microsoft.Azure.Management.ApiManagement.IGatewayOperations operations, string resourceGroupName, string serviceName, string gatewayId, System.Threading.CancellationToken cancellationToken = default);
static member ListKeysAsync : Microsoft.Azure.Management.ApiManagement.IGatewayOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.GatewayKeysContract>
<Extension()>
Public Function ListKeysAsync (operations As IGatewayOperations, resourceGroupName As String, serviceName As String, gatewayId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GatewayKeysContract)

Paramètres

operations
IGatewayOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

serviceName
String

Nom du service Gestion des API.

gatewayId
String

Identificateur d’entité de passerelle. Doit être unique dans le instance de service Gestion des API actuel. Ne doit pas avoir la valeur 'managed'

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à