DatabaseProperties 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
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()
- Source:
- DatabaseProperties.cs
Initializes a new instance of the DatabaseProperties class for the Azure Cosmos DB service.
public DatabaseProperties ();
Public Sub New ()
Applies to
DatabaseProperties(String)
- Source:
- DatabaseProperties.cs
Initializes a new instance of the DatabaseProperties class for the Azure Cosmos DB service.
public DatabaseProperties (string id);
new Microsoft.Azure.Cosmos.DatabaseProperties : string -> Microsoft.Azure.Cosmos.DatabaseProperties
Public Sub New (id As String)
Parameters
- id
- String
The Id of the resource in the Azure Cosmos service.