다음을 통해 공유


WebSiteManagementClientExtensions.GetPublishingUserAsync 메서드

정의

게시 사용자를 가져옵니다.

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

매개 변수

operations
IWebSiteManagementClient

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

cancellationToken
CancellationToken

취소 토큰입니다.

반환

설명

게시 사용자 가져오기에 대한 설명

적용 대상