Class OperationsExtensions
- Namespace
- Microsoft.Azure.Management.CosmosDB.Fluent
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
Extension methods for Operations.
public static class OperationsExtensions
- Inheritance
-
OperationsExtensions
- Inherited Members
Methods
ListAsync(IOperations, CancellationToken)
Lists all of the available Cosmos DB Resource Provider operations.
public static Task<IPage<OperationInner>> ListAsync(this IOperations operations, CancellationToken cancellationToken = default)
Parameters
operations
IOperationsThe operations group for this extension method.
cancellationToken
CancellationTokenThe cancellation token.
Returns
- Task<IPage<OperationInner>>
ListNextAsync(IOperations, string, CancellationToken)
Lists all of the available Cosmos DB Resource Provider operations.
public static Task<IPage<OperationInner>> ListNextAsync(this IOperations operations, string nextPageLink, CancellationToken cancellationToken = default)
Parameters
operations
IOperationsThe operations group for this extension method.
nextPageLink
stringThe NextLink from the previous successful call to List operation.
cancellationToken
CancellationTokenThe cancellation token.
Returns
- Task<IPage<OperationInner>>