共用方式為


DatabaseProperties Constructors

Definition

Overloads

DatabaseProperties()

Initializes a new instance of the DatabaseProperties class for the Azure Cosmos DB service.

DatabaseProperties(String)

Initializes a new instance of the DatabaseProperties class for the Azure Cosmos DB service.

DatabaseProperties()

Initializes a new instance of the DatabaseProperties class for the Azure Cosmos DB service.

public DatabaseProperties();
Public Sub New ()

Applies to

DatabaseProperties(String)

Initializes a new instance of the DatabaseProperties class for the Azure Cosmos DB service.

public DatabaseProperties(string id);
new Azure.Cosmos.DatabaseProperties : string -> Azure.Cosmos.DatabaseProperties
Public Sub New (id As String)

Parameters

id
String

The Id of the resource in the Azure Cosmos service.

Applies to