MockableDatadogSubscriptionResource.GetMarketplaceAgreementsAsync Method

Definition

List Datadog marketplace agreements in the subscription.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.Datadog/agreements.
  • Operation Id. : MarketplaceAgreementsOperationGroup_List.
  • Default Api Version. : 2025-12-26-preview.
public virtual Azure.AsyncPageable<Azure.ResourceManager.Datadog.Models.DatadogAgreement> GetMarketplaceAgreementsAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetMarketplaceAgreementsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Datadog.Models.DatadogAgreement>
override this.GetMarketplaceAgreementsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Datadog.Models.DatadogAgreement>
Public Overridable Function GetMarketplaceAgreementsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DatadogAgreement)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of DatadogAgreement that may take multiple service requests to iterate over.

Applies to