Table of Contents

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 IOperations

The operations group for this extension method.

cancellationToken CancellationToken

The 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 IOperations

The operations group for this extension method.

nextPageLink string

The NextLink from the previous successful call to List operation.

cancellationToken CancellationToken

The cancellation token.

Returns

Task<IPage<OperationInner>>