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

IVerifiedPartnersOperations 接口

定义

VerifiedPartnersOperations 操作。

public interface IVerifiedPartnersOperations
type IVerifiedPartnersOperations = interface
Public Interface IVerifiedPartnersOperations

方法

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

获取已验证的合作伙伴。

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

列出所有已验证的合作伙伴。

ListWithHttpMessagesAsync(String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

列出所有已验证的合作伙伴。

扩展方法

Get(IVerifiedPartnersOperations, String)

获取已验证的合作伙伴。

GetAsync(IVerifiedPartnersOperations, String, CancellationToken)

获取已验证的合作伙伴。

List(IVerifiedPartnersOperations, String, Nullable<Int32>)

列出所有已验证的合作伙伴。

ListAsync(IVerifiedPartnersOperations, String, Nullable<Int32>, CancellationToken)

列出所有已验证的合作伙伴。

ListNext(IVerifiedPartnersOperations, String)

列出所有已验证的合作伙伴。

ListNextAsync(IVerifiedPartnersOperations, String, CancellationToken)

列出所有已验证的合作伙伴。

适用于