Bagikan melalui


MarketplaceAgreementsOperationsExtensions.ListAsync Method

Definition

List Confluent marketplace agreements in the subscription.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Confluent.Models.ConfluentAgreementResource>> ListAsync (this Microsoft.Azure.Management.Confluent.IMarketplaceAgreementsOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Confluent.IMarketplaceAgreementsOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Confluent.Models.ConfluentAgreementResource>>
<Extension()>
Public Function ListAsync (operations As IMarketplaceAgreementsOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ConfluentAgreementResource))

Parameters

operations
IMarketplaceAgreementsOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to