共用方式為


SqlDatabaseGetPropertiesResource Constructors

Definition

Overloads

SqlDatabaseGetPropertiesResource()

Initializes a new instance of the SqlDatabaseGetPropertiesResource class.

SqlDatabaseGetPropertiesResource(String, String, Nullable<Double>, String, String, String)

Initializes a new instance of the SqlDatabaseGetPropertiesResource class.

SqlDatabaseGetPropertiesResource()

Initializes a new instance of the SqlDatabaseGetPropertiesResource class.

public SqlDatabaseGetPropertiesResource ();
Public Sub New ()

Applies to

SqlDatabaseGetPropertiesResource(String, String, Nullable<Double>, String, String, String)

Initializes a new instance of the SqlDatabaseGetPropertiesResource class.

public SqlDatabaseGetPropertiesResource (string id, string _rid = default, double? _ts = default, string _etag = default, string _colls = default, string _users = default);
new Microsoft.Azure.Management.CosmosDB.Models.SqlDatabaseGetPropertiesResource : string * string * Nullable<double> * string * string * string -> Microsoft.Azure.Management.CosmosDB.Models.SqlDatabaseGetPropertiesResource
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)

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.

Applies to