Sdílet prostřednictvím


OperationsExtensions.ListAsync(IOperations, CancellationToken) Method

Definition

All operations

public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.Synapse.Models.AvailableRpOperation>> ListAsync (this Microsoft.Azure.Management.Synapse.IOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Synapse.IOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.Synapse.Models.AvailableRpOperation>>
<Extension()>
Public Function ListAsync (operations As IOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of AvailableRpOperation))

Parameters

operations
IOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Get all available operations

Applies to