PartnerOperationsExtensions Class
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.
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. |