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.Backup.Models.ClientDiscoveryValueForSingleApi>> ListAsync (this Microsoft.Azure.Management.RecoveryServices.Backup.IOperations operations, System.Threading.CancellationToken cancellationToken = null);
static member ListAsync : Microsoft.Azure.Management.RecoveryServices.Backup.IOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ClientDiscoveryValueForSingleApi>>
Parameters
- operations
- IOperations
The operations group for this extension method.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
- Task<Microsoft.Rest.Azure.IPage<ClientDiscoveryValueForSingleApi>>