RestorableSqlDatabasePropertiesResourceDatabase Constructors
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.
Overloads
RestorableSqlDatabasePropertiesResourceDatabase() |
Initializes a new instance of the RestorableSqlDatabasePropertiesResourceDatabase class. |
RestorableSqlDatabasePropertiesResourceDatabase(String, String, Nullable<Double>, String, String, String, String) |
Initializes a new instance of the RestorableSqlDatabasePropertiesResourceDatabase class. |
RestorableSqlDatabasePropertiesResourceDatabase()
Initializes a new instance of the RestorableSqlDatabasePropertiesResourceDatabase class.
public RestorableSqlDatabasePropertiesResourceDatabase ();
Public Sub New ()
Applies to
RestorableSqlDatabasePropertiesResourceDatabase(String, String, Nullable<Double>, String, String, String, String)
Initializes a new instance of the RestorableSqlDatabasePropertiesResourceDatabase class.
public RestorableSqlDatabasePropertiesResourceDatabase (string id, string _rid = default, double? _ts = default, string _etag = default, string _colls = default, string _users = default, string _self = default);
new Microsoft.Azure.Management.CosmosDB.Models.RestorableSqlDatabasePropertiesResourceDatabase : string * string * Nullable<double> * string * string * string * string -> Microsoft.Azure.Management.CosmosDB.Models.RestorableSqlDatabasePropertiesResourceDatabase
Public Sub New (id As String, Optional _rid As String = Nothing, Optional _ts As Nullable(Of Double) = Nothing, Optional _etag As String = Nothing, Optional _colls As String = Nothing, Optional _users As String = Nothing, Optional _self As String = Nothing)
Parameters
- id
- String
Name of the Cosmos DB SQL database
- _rid
- String
A system generated property. A unique identifier.
A system generated property that denotes the last updated timestamp of the resource.
- _etag
- String
A system generated property representing the resource etag required for optimistic concurrency control.
- _colls
- String
A system generated property that specified the addressable path of the collections resource.
- _users
- String
A system generated property that specifies the addressable path of the users resource.
- _self
- String
A system generated property that specifies the addressable path of the database resource.
Applies to
Azure SDK for .NET