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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET