PartnerRegistrationsOperationsExtensions.CreateOrUpdate 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.
Create a partner registration.
public static Microsoft.Azure.Management.EventGrid.Models.PartnerRegistration CreateOrUpdate (this Microsoft.Azure.Management.EventGrid.IPartnerRegistrationsOperations operations, string resourceGroupName, string partnerRegistrationName, Microsoft.Azure.Management.EventGrid.Models.PartnerRegistration partnerRegistrationInfo);
static member CreateOrUpdate : Microsoft.Azure.Management.EventGrid.IPartnerRegistrationsOperations * string * string * Microsoft.Azure.Management.EventGrid.Models.PartnerRegistration -> Microsoft.Azure.Management.EventGrid.Models.PartnerRegistration
<Extension()>
Public Function CreateOrUpdate (operations As IPartnerRegistrationsOperations, resourceGroupName As String, partnerRegistrationName As String, partnerRegistrationInfo As PartnerRegistration) 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.
- partnerRegistrationInfo
- PartnerRegistration
PartnerRegistration information.
Returns
Remarks
Creates a new partner registration with the specified parameters.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET