Delen via


RestorableCosmosDBAccountResource.GetRestorableGremlinDatabases Method

Definition

Show the event feed of all mutations done on all the Azure Cosmos DB Gremlin databases under the restorable account. This helps in scenario where database was accidentally deleted to get the deletion time. This API requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{instanceId}/restorableGremlinDatabases
  • Operation Id: RestorableGremlinDatabases_List
  • Default Api Version: 2024-02-15-preview
public virtual Azure.Pageable<Azure.ResourceManager.CosmosDB.Models.RestorableGremlinDatabase> GetRestorableGremlinDatabases (System.Threading.CancellationToken cancellationToken = default);
abstract member GetRestorableGremlinDatabases : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.CosmosDB.Models.RestorableGremlinDatabase>
override this.GetRestorableGremlinDatabases : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.CosmosDB.Models.RestorableGremlinDatabase>
Public Overridable Function GetRestorableGremlinDatabases (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of RestorableGremlinDatabase)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of RestorableGremlinDatabase that may take multiple service requests to iterate over.

Applies to