Partager via


ApiManagementServiceOperationsExtensions.GetSsoTokenAsync Méthode

Définition

Obtient le jeton d’authentification unique pour le service Gestion des API qui est valide pendant 5 minutes.

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

Paramètres

operations
IApiManagementServiceOperations

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.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à