次の方法で共有


ApiManagementServiceOperationsExtensions.GetSsoToken メソッド

定義

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

public static Microsoft.Azure.Management.ApiManagement.Models.ApiManagementServiceGetSsoTokenResult GetSsoToken (this Microsoft.Azure.Management.ApiManagement.IApiManagementServiceOperations operations, string resourceGroupName, string serviceName);
static member GetSsoToken : Microsoft.Azure.Management.ApiManagement.IApiManagementServiceOperations * string * string -> Microsoft.Azure.Management.ApiManagement.Models.ApiManagementServiceGetSsoTokenResult
<Extension()>
Public Function GetSsoToken (operations As IApiManagementServiceOperations, resourceGroupName As String, serviceName As String) As ApiManagementServiceGetSsoTokenResult

パラメーター

operations
IApiManagementServiceOperations

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

resourceGroupName
String

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

serviceName
String

API Management サービスの名前。

戻り値

適用対象