RestorableDatabaseAccountGetResult Class

A Azure Cosmos DB restorable database account.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.cosmosdb._serialization.Model
RestorableDatabaseAccountGetResult

Constructor

RestorableDatabaseAccountGetResult(*, location: str | None = None, account_name: str | None = None, creation_time: datetime | None = None, deletion_time: datetime | None = None, oldest_restorable_time: datetime | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
location
str

The location of the resource group to which the resource belongs.

account_name
str

The name of the global database account.

creation_time

The creation time of the restorable database account (ISO-8601 format).

deletion_time

The time at which the restorable database account has been deleted (ISO-8601 format).

oldest_restorable_time

The least recent time at which the database account can be restored to (ISO-8601 format).

Variables

Name Description
id
str

The unique resource identifier of the ARM resource.

name
str

The name of the ARM resource.

type
str

The type of Azure resource.

location
str

The location of the resource group to which the resource belongs.

account_name
str

The name of the global database account.

creation_time

The creation time of the restorable database account (ISO-8601 format).

deletion_time

The time at which the restorable database account has been deleted (ISO-8601 format).

oldest_restorable_time

The least recent time at which the database account can be restored to (ISO-8601 format).

api_type

The API type of the restorable database account. Known values are: "MongoDB", "Gremlin", "Cassandra", "Table", "Sql", and "GremlinV2".

restorable_locations

List of regions where the of the database account can be restored from.