MarketplaceAgreements interface

Interface representing a MarketplaceAgreements.

Methods

createOrUpdate(MarketplaceAgreementsCreateOrUpdateOptionalParams)

Create Datadog marketplace agreement in the subscription.

list(MarketplaceAgreementsListOptionalParams)

List Datadog marketplace agreements in the subscription.

Method Details

createOrUpdate(MarketplaceAgreementsCreateOrUpdateOptionalParams)

Create Datadog marketplace agreement in the subscription.

function createOrUpdate(options?: MarketplaceAgreementsCreateOrUpdateOptionalParams): Promise<DatadogAgreementResource>

Parameters

options
MarketplaceAgreementsCreateOrUpdateOptionalParams

The options parameters.

Returns

list(MarketplaceAgreementsListOptionalParams)

List Datadog marketplace agreements in the subscription.

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

Parameters

options
MarketplaceAgreementsListOptionalParams

The options parameters.

Returns