IWebSiteManagementClient.UpdatePublishingUserWithHttpMessagesAsync(UserInner, Dictionary<String,List<String>>, CancellationToken) Method
Definition
Updates publishing user
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 = null, System.Threading.CancellationToken cancellationToken = null);
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>>
Parameters
- userDetails
- UserInner
Details of publishing user
- customHeaders
- Dictionary<String,List<String>>
The headers that will be added to request.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Remarks
Updates publishing user