Partager via


GatewayOperationsExtensions.GenerateToken Méthode

Définition

Obtient le jeton d’autorisation d’accès partagé pour la passerelle.

public static Microsoft.Azure.Management.ApiManagement.Models.GatewayTokenContract GenerateToken (this Microsoft.Azure.Management.ApiManagement.IGatewayOperations operations, string resourceGroupName, string serviceName, string gatewayId, Microsoft.Azure.Management.ApiManagement.Models.GatewayTokenRequestContract parameters);
static member GenerateToken : Microsoft.Azure.Management.ApiManagement.IGatewayOperations * string * string * string * Microsoft.Azure.Management.ApiManagement.Models.GatewayTokenRequestContract -> Microsoft.Azure.Management.ApiManagement.Models.GatewayTokenContract
<Extension()>
Public Function GenerateToken (operations As IGatewayOperations, resourceGroupName As String, serviceName As String, gatewayId As String, parameters As GatewayTokenRequestContract) As GatewayTokenContract

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'

Retours

S’applique à