Share via


IPartnerOperations Interface

Definition

PartnerOperations operations.

public interface IPartnerOperations
type IPartnerOperations = interface
Public Interface IPartnerOperations

Methods

CreateWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Create a management partner for the objectId and tenantId.

DeleteWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Delete the management partner for the objectId and tenantId.

GetWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

UpdateWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Update the management partner for the objectId and tenantId.

Extension 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