MarketplaceAgreements interface

Interface representing a MarketplaceAgreements.

Methods

create(MarketplaceAgreementsCreateOptionalParams)

Create Confluent Marketplace agreement in the subscription.

list(MarketplaceAgreementsListOptionalParams)

List Confluent marketplace agreements in the subscription.

Method Details

create(MarketplaceAgreementsCreateOptionalParams)

Create Confluent Marketplace agreement in the subscription.

function create(options?: MarketplaceAgreementsCreateOptionalParams): Promise<ConfluentAgreementResource>

Parameters

options
MarketplaceAgreementsCreateOptionalParams

The options parameters.

Returns

list(MarketplaceAgreementsListOptionalParams)

List Confluent marketplace agreements in the subscription.

function list(options?: MarketplaceAgreementsListOptionalParams): PagedAsyncIterableIterator<ConfluentAgreementResource, ConfluentAgreementResource[], PageSettings>

Parameters

options
MarketplaceAgreementsListOptionalParams

The options parameters.

Returns