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

IMarketplaceAgreementsOperations 接口

定义

MarketplaceAgreementsOperations 操作。

public interface IMarketplaceAgreementsOperations
type IMarketplaceAgreementsOperations = interface
Public Interface IMarketplaceAgreementsOperations

方法

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

在订阅中创建 Confluent 市场协议。

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

列出订阅中的 Confluent 市场协议。

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

列出订阅中的 Confluent 市场协议。

扩展方法

Create(IMarketplaceAgreementsOperations, ConfluentAgreementResource)

在订阅中创建 Confluent 市场协议。

CreateAsync(IMarketplaceAgreementsOperations, ConfluentAgreementResource, CancellationToken)

在订阅中创建 Confluent 市场协议。

List(IMarketplaceAgreementsOperations)

列出订阅中的 Confluent 市场协议。

ListAsync(IMarketplaceAgreementsOperations, CancellationToken)

列出订阅中的 Confluent 市场协议。

ListNext(IMarketplaceAgreementsOperations, String)

列出订阅中的 Confluent 市场协议。

ListNextAsync(IMarketplaceAgreementsOperations, String, CancellationToken)

列出订阅中的 Confluent 市场协议。

适用于