Table of Contents

Interface IOperations

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent
Assembly
Microsoft.Azure.Management.CosmosDB.Fluent.dll

Operations operations.

public interface IOperations
Extension Methods

Methods

ListNextWithHttpMessagesAsync(string, Dictionary<string, List<string>>, CancellationToken)

Lists all of the available Cosmos DB Resource Provider operations.

Task<AzureOperationResponse<IPage<OperationInner>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default)

Parameters

nextPageLink string

The NextLink from the previous successful call to List operation.

customHeaders Dictionary<string, List<string>>

The headers that will be added to request.

cancellationToken CancellationToken

The cancellation token.

Returns

Task<AzureOperationResponse<IPage<OperationInner>>>

Exceptions

Microsoft.Rest.Azure.CloudException

Thrown when the operation returned an invalid status code

Microsoft.Rest.SerializationException

Thrown when unable to deserialize the response

Microsoft.Rest.ValidationException

Thrown when a required parameter is null

ListWithHttpMessagesAsync(Dictionary<string, List<string>>, CancellationToken)

Lists all of the available Cosmos DB Resource Provider operations.

Task<AzureOperationResponse<IPage<OperationInner>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default)

Parameters

customHeaders Dictionary<string, List<string>>

The headers that will be added to request.

cancellationToken CancellationToken

The cancellation token.

Returns

Task<AzureOperationResponse<IPage<OperationInner>>>

Exceptions

Microsoft.Rest.Azure.CloudException

Thrown when the operation returned an invalid status code

Microsoft.Rest.SerializationException

Thrown when unable to deserialize the response

Microsoft.Rest.ValidationException

Thrown when a required parameter is null