DatadogExtensions.GetMarketplaceAgreements Method

Definition

List Datadog marketplace agreements in the subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Datadog/agreements
  • Operation Id: MarketplaceAgreements_List
public static Azure.Pageable<Azure.ResourceManager.Datadog.Models.DatadogAgreementResourceProperties> GetMarketplaceAgreements (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetMarketplaceAgreements : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Datadog.Models.DatadogAgreementResourceProperties>
<Extension()>
Public Function GetMarketplaceAgreements (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DatadogAgreementResourceProperties)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Exceptions

subscriptionResource is null.

Applies to