Partager via


PartnerOperationsExtensions Class

Definition

Extension methods for PartnerOperations

public static class PartnerOperationsExtensions
type PartnerOperationsExtensions = class
Public Module PartnerOperationsExtensions
Inheritance
PartnerOperationsExtensions

Methods

Create(IPartnerOperations, String)

Create a management partner for the objectId and tenantId.

CreateAsync(IPartnerOperations, String, CancellationToken)

Create a management partner for the objectId and tenantId.

Delete(IPartnerOperations, String)

Delete the management partner for the objectId and tenantId.

DeleteAsync(IPartnerOperations, String, CancellationToken)

Delete the management partner for the objectId and tenantId.

Get(IPartnerOperations, String)

Get the management partner using the partnerId, objectId and tenantId.

GetAsync(IPartnerOperations, String, CancellationToken)

Get the management partner using the partnerId, objectId and tenantId.

Update(IPartnerOperations, String)

Update the management partner for the objectId and tenantId.

UpdateAsync(IPartnerOperations, String, CancellationToken)

Update the management partner for the objectId and tenantId.

Applies to