共用方式為


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

取消語彙基元。

傳回

備註

取得發佈使用者的描述

適用於