次の方法で共有


ProfilesOperationsExtensions.GenerateSsoUriAsync メソッド

定義

CDN 補助ポータルへのサインインに使用される動的 SSO URI を生成します。 補助ポータルは、標準プロファイルのコア レポート、ルール エンジン、高度な HTTP レポート、Premium プロファイルのリアルタイム統計とアラートなど、Azure portalではまだ使用できない高度な機能機能を構成するために使用されます。 SSO URI は約 10 分ごとに変更されます。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Cdn.Models.SsoUri> GenerateSsoUriAsync (this Microsoft.Azure.Management.Cdn.IProfilesOperations operations, string resourceGroupName, string profileName, System.Threading.CancellationToken cancellationToken = default);
static member GenerateSsoUriAsync : Microsoft.Azure.Management.Cdn.IProfilesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Cdn.Models.SsoUri>
<Extension()>
Public Function GenerateSsoUriAsync (operations As IProfilesOperations, resourceGroupName As String, profileName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SsoUri)

パラメーター

operations
IProfilesOperations

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

resourceGroupName
String

Azure サブスクリプション内のリソース グループの名前。

profileName
String

リソース グループ内で一意である CDN プロファイルの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象