DomainsOperationsExtensions.GetControlCenterSsoRequestAsync Method

Definition

Generate a single sign-on request for the domain management portal.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.DomainControlCenterSsoRequestInner> GetControlCenterSsoRequestAsync (this Microsoft.Azure.Management.AppService.Fluent.IDomainsOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member GetControlCenterSsoRequestAsync : Microsoft.Azure.Management.AppService.Fluent.IDomainsOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.DomainControlCenterSsoRequestInner>
<Extension()>
Public Function GetControlCenterSsoRequestAsync (operations As IDomainsOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DomainControlCenterSsoRequestInner)

Parameters

operations
IDomainsOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Description for Generate a single sign-on request for the domain management portal.

Applies to