Udostępnij za pośrednictwem


RestorableSqlDatabasePropertiesResourceDatabase Constructors

Definition

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.

_ts
Nullable<Double>

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