PartnerRegistrationsOperationsExtensions.UpdateAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Update a partner registration.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.EventGrid.Models.PartnerRegistration> UpdateAsync (this Microsoft.Azure.Management.EventGrid.IPartnerRegistrationsOperations operations, string resourceGroupName, string partnerRegistrationName, System.Collections.Generic.IDictionary<string,string> tags = default, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.EventGrid.IPartnerRegistrationsOperations * string * string * System.Collections.Generic.IDictionary<string, string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.EventGrid.Models.PartnerRegistration>
<Extension()>
Public Function UpdateAsync (operations As IPartnerRegistrationsOperations, resourceGroupName As String, partnerRegistrationName As String, Optional tags As IDictionary(Of String, String) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PartnerRegistration)
Parameters
- operations
- IPartnerRegistrationsOperations
The operations group for this extension method.
- 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.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Remarks
Updates a partner registration with the specified parameters.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.