ProfileResource.GenerateSsoUri(CancellationToken) 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.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/generateSsoUri
- Operation Id: Profiles_GenerateSsoUri
- Default Api Version: 2024-02-01
- Resource: ProfileResource
public virtual Azure.Response<Azure.ResourceManager.Cdn.Models.SsoUri> GenerateSsoUri (System.Threading.CancellationToken cancellationToken = default);
abstract member GenerateSsoUri : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Cdn.Models.SsoUri>
override this.GenerateSsoUri : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Cdn.Models.SsoUri>
Public Overridable Function GenerateSsoUri (Optional cancellationToken As CancellationToken = Nothing) As Response(Of SsoUri)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.