Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GremlinResources

Package version

Interface representing a GremlinResources.

Hierarchy

  • GremlinResources

Implemented by

Index

Methods

beginCreateUpdateGremlinDatabase

beginCreateUpdateGremlinDatabaseAndWait

beginCreateUpdateGremlinGraph

beginCreateUpdateGremlinGraphAndWait

beginDeleteGremlinDatabase

beginDeleteGremlinDatabaseAndWait

beginDeleteGremlinGraph

  • Deletes an existing Azure Cosmos DB Gremlin graph.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • accountName: string

      Cosmos DB database account name.

    • databaseName: string

      Cosmos DB database name.

    • graphName: string

      Cosmos DB graph name.

    • Optional options: GremlinResourcesDeleteGremlinGraphOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

beginDeleteGremlinGraphAndWait

beginMigrateGremlinDatabaseToAutoscale

beginMigrateGremlinDatabaseToAutoscaleAndWait

beginMigrateGremlinDatabaseToManualThroughput

beginMigrateGremlinDatabaseToManualThroughputAndWait

beginMigrateGremlinGraphToAutoscale

beginMigrateGremlinGraphToAutoscaleAndWait

beginMigrateGremlinGraphToManualThroughput

beginMigrateGremlinGraphToManualThroughputAndWait

beginRetrieveContinuousBackupInformation

beginRetrieveContinuousBackupInformationAndWait

beginUpdateGremlinDatabaseThroughput

beginUpdateGremlinDatabaseThroughputAndWait

beginUpdateGremlinGraphThroughput

beginUpdateGremlinGraphThroughputAndWait

getGremlinDatabase

getGremlinDatabaseThroughput

getGremlinGraph

getGremlinGraphThroughput

listGremlinDatabases

listGremlinGraphs

Generated using TypeDoc