Share via


IMarketplaceAgreementsOperations Interface

Definition

MarketplaceAgreementsOperations operations.

public interface IMarketplaceAgreementsOperations
type IMarketplaceAgreementsOperations = interface
Public Interface IMarketplaceAgreementsOperations

Methods

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

Create Confluent Marketplace agreement in the subscription.

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

List Confluent marketplace agreements in the subscription.

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

List Confluent marketplace agreements in the subscription.

Extension Methods

Create(IMarketplaceAgreementsOperations, ConfluentAgreementResource)

Create Confluent Marketplace agreement in the subscription.

CreateAsync(IMarketplaceAgreementsOperations, ConfluentAgreementResource, CancellationToken)

Create Confluent Marketplace agreement in the subscription.

List(IMarketplaceAgreementsOperations)

List Confluent marketplace agreements in the subscription.

ListAsync(IMarketplaceAgreementsOperations, CancellationToken)

List Confluent marketplace agreements in the subscription.

ListNext(IMarketplaceAgreementsOperations, String)

List Confluent marketplace agreements in the subscription.

ListNextAsync(IMarketplaceAgreementsOperations, String, CancellationToken)

List Confluent marketplace agreements in the subscription.

Applies to