RestorableGremlinResourcesOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

CosmosDBManagementClient's

<xref:restorable_gremlin_resources> attribute.

Inheritance
builtins.object
RestorableGremlinResourcesOperations

Constructor

RestorableGremlinResourcesOperations(*args, **kwargs)

Methods

list

Return a list of gremlin database and graphs combo that exist on the account at the given timestamp and location. This helps in scenarios to validate what resources exist at given timestamp and location. This API requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission.

list

Return a list of gremlin database and graphs combo that exist on the account at the given timestamp and location. This helps in scenarios to validate what resources exist at given timestamp and location. This API requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission.

list(location: str, instance_id: str, restore_location: str | None = None, restore_timestamp_in_utc: str | None = None, **kwargs: Any) -> AsyncIterable[RestorableGremlinResourcesGetResult]

Parameters

Name Description
location
Required
str

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

instance_id
Required
str

The instanceId GUID of a restorable database account. Required.

restore_location
Required
str

The location where the restorable resources are located. Default value is None.

restore_timestamp_in_utc
Required
str

The timestamp when the restorable resources existed. Default value is None.

Returns

Type Description

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

Exceptions

Type Description

Attributes

models

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