Sdílet prostřednictvím


IStaticSitesOperations.UpdateStaticSiteUserWithHttpMessagesAsync Method

Definition

Updates a user entry with the listed roles

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.WebSites.Models.StaticSiteUserARMResource>> UpdateStaticSiteUserWithHttpMessagesAsync (string resourceGroupName, string name, string authprovider, string userid, Microsoft.Azure.Management.WebSites.Models.StaticSiteUserARMResource staticSiteUserEnvelope, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateStaticSiteUserWithHttpMessagesAsync : string * string * string * string * Microsoft.Azure.Management.WebSites.Models.StaticSiteUserARMResource * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.WebSites.Models.StaticSiteUserARMResource>>
Public Function UpdateStaticSiteUserWithHttpMessagesAsync (resourceGroupName As String, name As String, authprovider As String, userid As String, staticSiteUserEnvelope As StaticSiteUserARMResource, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of StaticSiteUserARMResource))

Parameters

resourceGroupName
String

Name of the resource group to which the resource belongs.

name
String

Name of the static site.

authprovider
String

The auth provider for this user.

userid
String

The user id of the user.

staticSiteUserEnvelope
StaticSiteUserARMResource

A JSON representation of the StaticSiteUser properties. See example.

customHeaders
Dictionary<String,List<String>>

The headers that will be added to request.

cancellationToken
CancellationToken

The cancellation token.

Returns

Exceptions

Thrown when the operation returned an invalid status code

Thrown when unable to deserialize the response

Thrown when a required parameter is null

Remarks

Description for Updates a user entry with the listed roles

Applies to