共用方式為


WebSiteManagementClientExtensions.UpdatePublishingUserAsync 方法

定義

更新發佈使用者

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

參數

operations
IWebSiteManagementClient

這個擴充方法的作業群組。

userDetails
UserInner

發佈使用者的詳細資料

cancellationToken
CancellationToken

取消語彙基元。

傳回

備註

更新發佈使用者的描述

適用於