Skip to main content

operations

Creates, updates, deletes, gets or lists a operations resource.

Overview

Nameoperations
TypeResource
Idazure.cosmos_db.operations

Fields

NameDatatypeDescription
namestringOperation name: {provider}/{resource}/{operation}
displayobjectThe object that represents the operation.

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists all of the available Cosmos DB Resource Provider operations.

SELECT examples

Lists all of the available Cosmos DB Resource Provider operations.

SELECT
name,
display
FROM azure.cosmos_db.operations
;