次の方法で共有


ApiManagementServiceGetSsoTokenResult コンストラクター

定義

オーバーロード

ApiManagementServiceGetSsoTokenResult()

ApiManagementServiceGetSsoTokenResult クラスの新しいインスタンスを初期化します。

ApiManagementServiceGetSsoTokenResult(String)

ApiManagementServiceGetSsoTokenResult クラスの新しいインスタンスを初期化します。

ApiManagementServiceGetSsoTokenResult()

ApiManagementServiceGetSsoTokenResult クラスの新しいインスタンスを初期化します。

public ApiManagementServiceGetSsoTokenResult();
Public Sub New ()

適用対象

ApiManagementServiceGetSsoTokenResult(String)

ApiManagementServiceGetSsoTokenResult クラスの新しいインスタンスを初期化します。

public ApiManagementServiceGetSsoTokenResult(string redirectUri = default);
new Microsoft.Azure.Management.ApiManagement.Models.ApiManagementServiceGetSsoTokenResult : string -> Microsoft.Azure.Management.ApiManagement.Models.ApiManagementServiceGetSsoTokenResult
Public Sub New (Optional redirectUri As String = Nothing)

パラメーター

redirectUri
String

SSO トークンを含むパブリッシャー ポータルに URL をリダイレクトします。

適用対象