다음을 통해 공유


IWebSiteManagementClient.UpdatePublishingUserWithHttpMessagesAsync 메서드

정의

업데이트 게시 사용자

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.AppService.Fluent.Models.UserInner>> UpdatePublishingUserWithHttpMessagesAsync (Microsoft.Azure.Management.AppService.Fluent.Models.UserInner userDetails, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdatePublishingUserWithHttpMessagesAsync : Microsoft.Azure.Management.AppService.Fluent.Models.UserInner * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.AppService.Fluent.Models.UserInner>>
Public Function UpdatePublishingUserWithHttpMessagesAsync (userDetails As UserInner, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of UserInner))

매개 변수

userDetails
UserInner

게시 사용자 세부 정보

customHeaders
Dictionary<String,List<String>>

요청에 추가할 헤더입니다.

cancellationToken
CancellationToken

취소 토큰입니다.

반환

설명

업데이트 게시 사용자에 대한 설명

적용 대상