RestorableSqlContainersOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

CosmosDBManagementClient's

<xref:restorable_sql_containers> attribute.

Inheritance
builtins.object
RestorableSqlContainersOperations

Constructor

RestorableSqlContainersOperations(*args, **kwargs)

Methods

list

Show the event feed of all mutations done on all the Azure Cosmos DB SQL containers under a specific database. This helps in scenario where container was accidentally deleted. 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 containers under a specific database. This helps in scenario where container was accidentally deleted. This API requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission.

list(location: str, instance_id: str, restorable_sql_database_rid: Optional[str] = None, start_time: Optional[str] = None, end_time: Optional[str] = None, **kwargs: Any) -> Iterable[azure.mgmt.cosmosdb.models._models_py3.RestorableSqlContainersListResult]

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.

restorable_sql_database_rid
str
Required

The resource ID of the SQL database. Default value is None.

start_time
str
Required

The snapshot create timestamp after which snapshots need to be listed. Default value is None.

end_time
str
Required

The snapshot create timestamp before which snapshots need to be listed. Default value is None.

cls
callable

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

Returns

An iterator like instance of either RestorableSqlContainersListResult 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'>