Class GremlinDatabaseResource
- java.lang.Object
-
- com.microsoft.azure.management.cosmosdb.GremlinDatabaseResource
-
public class GremlinDatabaseResource extends Object
Cosmos DB Gremlin database id object.
-
-
Constructor Summary
Constructors Constructor Description GremlinDatabaseResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Get name of the Cosmos DB Gremlin database.GremlinDatabaseResourcewithId(String id)Set name of the Cosmos DB Gremlin database.
-
-
-
Method Detail
-
id
public String id()
Get name of the Cosmos DB Gremlin database.- Returns:
- the id value
-
withId
public GremlinDatabaseResource withId(String id)
Set name of the Cosmos DB Gremlin database.- Parameters:
id- the id value to set- Returns:
- the GremlinDatabaseResource object itself.
-
-