PartnerRegistrationsOperationsExtensions.Update 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 Microsoft.Azure.Management.EventGrid.Models.PartnerRegistration Update (this Microsoft.Azure.Management.EventGrid.IPartnerRegistrationsOperations operations, string resourceGroupName, string partnerRegistrationName, System.Collections.Generic.IDictionary<string,string> tags = default);
static member Update : Microsoft.Azure.Management.EventGrid.IPartnerRegistrationsOperations * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.EventGrid.Models.PartnerRegistration
<Extension()>
Public Function Update (operations As IPartnerRegistrationsOperations, resourceGroupName As String, partnerRegistrationName As String, Optional tags As IDictionary(Of String, String) = Nothing) As 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.
Returns
Remarks
Updates a partner registration with the specified parameters.