ICdnProfiles.GenerateSsoUri(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generates a dynamic SSO URI used to sign in to the CDN supplemental portal. Supplemental portal is used to configure advanced feature capabilities that are not yet available in the Azure portal, such as core reports in a standard profile; rules engine, advanced HTTP reports, and real-time stats and alerts in a premium profile. The SSO URI changes approximately every 10 minutes.
public string GenerateSsoUri (string resourceGroupName, string profileName);
abstract member GenerateSsoUri : string * string -> string
Public Function GenerateSsoUri (resourceGroupName As String, profileName As String) As String
Parameters
- resourceGroupName
- String
Name of the resource group within the Azure subscription.
- profileName
- String
Name of the CDN profile which is unique within the resource group.
Returns
Applies to
Azure SDK for .NET