你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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