Share via


OperationsExtensions.ListAsync(IOperations, CancellationToken) Method

Definition

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

Parameters

operations
IOperations
cancellationToken
CancellationToken

Returns

Applies to