MarketplaceAgreements interface
Interface representing a MarketplaceAgreements.
Methods
create(Marketplace |
Create Confluent Marketplace agreement in the subscription. |
list(Marketplace |
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
The options parameters.
Returns
Promise<ConfluentAgreementResource>
list(MarketplaceAgreementsListOptionalParams)
List Confluent marketplace agreements in the subscription.
function list(options?: MarketplaceAgreementsListOptionalParams): PagedAsyncIterableIterator<ConfluentAgreementResource, ConfluentAgreementResource[], PageSettings>
Parameters
The options parameters.