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