PartnerService.CreatePartnerOperations(IPartnerCredentials) Method

Definition

Creates a IAggregatePartner instance and configures it using the provided partner credentials. The partner instance can be used to access all the Partner Center APIs.

public Microsoft.Store.PartnerCenter.IAggregatePartner CreatePartnerOperations (Microsoft.Store.PartnerCenter.IPartnerCredentials credentials);
member this.CreatePartnerOperations : Microsoft.Store.PartnerCenter.IPartnerCredentials -> Microsoft.Store.PartnerCenter.IAggregatePartner
Public Function CreatePartnerOperations (credentials As IPartnerCredentials) As IAggregatePartner

Parameters

credentials
IPartnerCredentials

The partner credentials. Use the IPartnerCredentials class to obtain these.

Returns

A configured partner operations object.

Applies to