RestorableSqlDatabasePropertiesResourceDatabase 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.
Cosmos DB SQL database resource object.
public class RestorableSqlDatabasePropertiesResourceDatabase : Azure.ResourceManager.CosmosDB.Models.CosmosDBSqlDatabaseResourceInfo, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CosmosDB.Models.RestorableSqlDatabasePropertiesResourceDatabase>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CosmosDB.Models.RestorableSqlDatabasePropertiesResourceDatabase>
type RestorableSqlDatabasePropertiesResourceDatabase = class
inherit CosmosDBSqlDatabaseResourceInfo
interface IJsonModel<RestorableSqlDatabasePropertiesResourceDatabase>
interface IPersistableModel<RestorableSqlDatabasePropertiesResourceDatabase>
Public Class RestorableSqlDatabasePropertiesResourceDatabase
Inherits CosmosDBSqlDatabaseResourceInfo
Implements IJsonModel(Of RestorableSqlDatabasePropertiesResourceDatabase), IPersistableModel(Of RestorableSqlDatabasePropertiesResourceDatabase)
- Inheritance
- Implements
Constructors
RestorableSqlDatabasePropertiesResourceDatabase(String) |
Initializes a new instance of RestorableSqlDatabasePropertiesResourceDatabase. |
Properties
Colls |
A system generated property that specified the addressable path of the collections resource. |
CreateMode |
Enum to indicate the mode of resource creation. (Inherited from CosmosDBSqlDatabaseResourceInfo) |
DatabaseName |
Name of the Cosmos DB SQL database. (Inherited from CosmosDBSqlDatabaseResourceInfo) |
ETag |
A system generated property representing the resource etag required for optimistic concurrency control. |
RestoreParameters |
Parameters to indicate the information about the restore. (Inherited from CosmosDBSqlDatabaseResourceInfo) |
Rid |
A system generated property. A unique identifier. |
Self |
A system generated property that specifies the addressable path of the database resource. |
Timestamp |
A system generated property that denotes the last updated timestamp of the resource. |
Users |
A system generated property that specifies the addressable path of the users resource. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from CosmosDBSqlDatabaseResourceInfo) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET