RestorableDatabaseAccountGetResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A Azure Cosmos DB restorable database account.
[Microsoft.Rest.Serialization.JsonTransformation]
public class RestorableDatabaseAccountGetResult
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RestorableDatabaseAccountGetResult = class
Public Class RestorableDatabaseAccountGetResult
- Inheritance
-
RestorableDatabaseAccountGetResult
- Attributes
Constructors
RestorableDatabaseAccountGetResult() |
Initializes a new instance of the RestorableDatabaseAccountGetResult class. |
RestorableDatabaseAccountGetResult(String, Nullable<DateTime>, Nullable<DateTime>, String, IList<RestorableLocationResource>, String, String, String, String) |
Initializes a new instance of the RestorableDatabaseAccountGetResult class. |
Properties
AccountName |
Gets or sets the name of the global database account |
ApiType |
Gets the API type of the restorable database account. Possible values include: 'MongoDB', 'Gremlin', 'Cassandra', 'Table', 'Sql', 'GremlinV2' |
CreationTime |
Gets or sets the creation time of the restorable database account (ISO-8601 format). |
DeletionTime |
Gets or sets the time at which the restorable database account has been deleted (ISO-8601 format). |
Id |
Gets the unique resource identifier of the ARM resource. |
Location |
Gets or sets the location of the resource group to which the resource belongs. |
Name |
Gets the name of the ARM resource. |
RestorableLocations |
Gets list of regions where the of the database account can be restored from. |
Type |
Gets the type of Azure resource. |
Applies to
Azure SDK for .NET