Share via


MockableConfluentSubscriptionResource.GetMarketplaceAgreementsAsync Method

Definition

List Confluent marketplace agreements in the subscription.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to