OperationsExtensions.ListAsync(IOperations, CancellationToken) Method

Definition

Lists all of the available Microsoft.Resources REST API operations.

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

Parameters

operations
IOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to