IPartnerRegistrationsOperations.UpdateWithHttpMessagesAsync Method

Definition

Update a partner registration.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.EventGrid.Models.PartnerRegistration>> UpdateWithHttpMessagesAsync (string resourceGroupName, string partnerRegistrationName, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateWithHttpMessagesAsync : string * string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.EventGrid.Models.PartnerRegistration>>
Public Function UpdateWithHttpMessagesAsync (resourceGroupName As String, partnerRegistrationName As String, Optional tags As IDictionary(Of String, String) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of PartnerRegistration))

Parameters

resourceGroupName
String

The name of the resource group within the user's subscription.

partnerRegistrationName
String

Name of the partner registration.

tags
IDictionary<String,String>

Tags of the partner registration resource.

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

Updates a partner registration with the specified parameters.

Applies to