OperationsExtensions.ListAllAsync(IOperations, CancellationToken) Method

Definition

Get a list all available Operations.

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

Parameters

operations
IOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to