Class MongoDBDatabaseResource
java.lang.Object
com.microsoft.azure.management.cosmosdb.MongoDBDatabaseResource
Cosmos DB MongoDB database resource object.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionid()
Get name of the Cosmos DB MongoDB database.Set name of the Cosmos DB MongoDB database.
-
Constructor Details
-
MongoDBDatabaseResource
public MongoDBDatabaseResource()
-
-
Method Details
-
id
Get name of the Cosmos DB MongoDB database.- Returns:
- the id value
-
withId
Set name of the Cosmos DB MongoDB database.- Parameters:
id
- the id value to set- Returns:
- the MongoDBDatabaseResource object itself.
-