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