RestorableSqlDatabasesOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

CosmosDBManagementClient's

<xref:restorable_sql_databases> attribute.

Inheritance
builtins.object
RestorableSqlDatabasesOperations

Constructor

RestorableSqlDatabasesOperations(*args, **kwargs)

Methods

list

Show the event feed of all mutations done on all the Azure Cosmos DB SQL 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.

list

Show the event feed of all mutations done on all the Azure Cosmos DB SQL 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.

list(location: str, instance_id: str, **kwargs: Any) -> Iterable[azure.mgmt.cosmosdb.models._models_py3.RestorableSqlDatabasesListResult]

Parameters

location
str
Required

Cosmos DB region, with spaces between words and each word capitalized.

instance_id
str
Required

The instanceId GUID of a restorable database account.

cls
callable

A custom type or function that will be passed the direct response

Returns

An iterator like instance of either RestorableSqlDatabasesListResult or the result of cls(response)

Return type

Exceptions

Attributes

models

models = <module 'azure.mgmt.cosmosdb.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\cosmosdb\\models\\__init__.py'>