Bagikan melalui


OrganizationOperationsExtensions.ListAsync Method

Definition

List all operations provided by Microsoft.Confluent.

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

Parameters

operations
IOrganizationOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to