次の方法で共有


ApiManagementServiceOperationsExtensions.GetSsoTokenAsync メソッド

定義

5 分間有効なAPI Management サービスのシングル サインオン トークンを取得します。

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)

パラメーター

operations
IApiManagementServiceOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

serviceName
String

API Management サービスの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象