다음을 통해 공유


DomainsOperationsExtensions.GetControlCenterSsoRequestAsync 메서드

정의

도메인 관리 포털에 대한 Single Sign-On 요청을 생성합니다.

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)

매개 변수

operations
IDomainsOperations

이 확장 메서드에 대한 작업 그룹입니다.

cancellationToken
CancellationToken

취소 토큰입니다.

반환

설명

도메인 관리 포털에 대한 Single Sign-On 요청 생성에 대한 설명입니다.

적용 대상