次の方法で共有


UserOperationsExtensions.GenerateSsoUrl メソッド

定義

特定のユーザーが開発者ポータルにサインインするための認証トークンを含むリダイレクト URL を取得します。

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

パラメーター

operations
IUserOperations

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

resourceGroupName
String

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

serviceName
String

API Management サービスの名前。

userId
String

ユーザー識別子。 現在のAPI Management サービス インスタンスで一意である必要があります。

戻り値

適用対象