共用方式為


OperationsExtensions.ListAsync(IOperations, CancellationToken) Method

Definition

Returns the list of available operations.

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

Parameters

operations
IOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to