MarketplaceAgreementsOperations interface

Interface representing a MarketplaceAgreements operations.

Properties

createOrUpdate

Create Datadog marketplace agreement in the subscription.

list

List Datadog marketplace agreements in the subscription.

Property Details

createOrUpdate

Create Datadog marketplace agreement in the subscription.

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

Property Value

(options?: MarketplaceAgreementsCreateOrUpdateOptionalParams) => Promise<DatadogAgreementResource>

list

List Datadog marketplace agreements in the subscription.

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

Property Value

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