Bagikan melalui


MockableDatadogSubscriptionResource.GetMarketplaceAgreementsAsync Method

Definition

List Datadog marketplace agreements in the subscription.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of DatadogAgreementResourceProperties that may take multiple service requests to iterate over.

Applies to