次の方法で共有


ProfilesOperationsExtensions.GenerateSsoUri メソッド

定義

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

public static Microsoft.Azure.Management.Cdn.Models.SsoUri GenerateSsoUri(this Microsoft.Azure.Management.Cdn.IProfilesOperations operations, string resourceGroupName, string profileName);
static member GenerateSsoUri : Microsoft.Azure.Management.Cdn.IProfilesOperations * string * string -> Microsoft.Azure.Management.Cdn.Models.SsoUri
<Extension()>
Public Function GenerateSsoUri (operations As IProfilesOperations, resourceGroupName As String, profileName As String) As SsoUri

パラメーター

operations
IProfilesOperations

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

resourceGroupName
String

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

profileName
String

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

戻り値

適用対象