OperationsExtensions.ListAsync(IOperations, CancellationToken) Method

Definition

List available operations

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

Parameters

operations
IOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

List the available operations supported by the Microsoft.Maintenance resource provider

Applies to