IAggregatePartner Interface
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.
A partner operations interface which can be used to generate scoped partner operations that use a specific partner context.
public interface IAggregatePartner : Microsoft.Store.PartnerCenter.IPartner
type IAggregatePartner = interface
interface IPartner
Public Interface IAggregatePartner
Implements IPartner
- Implements
Properties
AgreementDetails |
Gets the agreement details. (Inherited from IPartner) |
AgreementTemplates |
Gets the agreement templates. (Inherited from IPartner) |
Analytics |
Gets the analytics collection operations available to the partner. (Inherited from IPartner) |
AuditRecords |
Gets the audit records operations available to the partner. (Inherited from IPartner) |
Compliance |
Gets the compliance operations available to the partner. (Inherited from IPartner) |
CountryValidationRules |
Gets the country validation rules collection operations available to the partner. (Inherited from IPartner) |
Credentials |
Gets the partner credentials. (Inherited from IPartner) |
Customers |
Gets the partner's customers operations. (Inherited from IPartner) |
Domains |
Gets the domains operations available to the partner. (Inherited from IPartner) |
Enumerators |
Gets the collection enumerators available for traversing through results. (Inherited from IPartner) |
Extensions |
Gets the extensions operations available to the partner. (Inherited from IPartner) |
Invoices |
Gets the partner's invoices operations. (Inherited from IPartner) |
OfferCategories |
Gets the offer categories operations available to the partner. (Inherited from IPartner) |
Offers |
Gets the offer operations available to the partner. (Inherited from IPartner) |
ProductPromotions |
Gets the product promotion operations available to the partner. (Inherited from IPartner) |
Products |
Gets the product operations available to the partner. (Inherited from IPartner) |
ProductUpgrades |
Gets the product upgrades operations available to the partner. (Inherited from IPartner) |
Profiles |
Gets the profiles operations available to the partner. (Inherited from IPartner) |
RateCards |
Gets the rate card operations available to the partner. (Inherited from IPartner) |
Relationships |
Gets the relationship collection operations available to the partner. (Inherited from IPartner) |
RequestContext |
Gets the partner context. (Inherited from IPartner) |
SelfServePolicies |
Gets the self serve policies operations available to the partner. (Inherited from IPartner) |
ServiceIncidents |
Gets the service health operations that can be performed on a partner's subscribed services. (Inherited from IPartner) |
ServiceRequests |
Gets the operations that can be performed on a partners' service requests. (Inherited from IPartner) |
UsageSummary |
Gets the usage summary operations available to the partner. (Inherited from IPartner) |
Validations |
Gets the validation operations available to the partner. (Inherited from IPartner) |
Methods
With(IRequestContext) |
Returns a partner operations object which uses the provided context when executing operations. |