Class Capability
java.lang.Object
com.microsoft.azure.management.cosmosdb.Capability
Cosmos DB capability object.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionname()
Get name of the Cosmos DB capability.Set name of the Cosmos DB capability.
-
Constructor Details
-
Capability
public Capability()
-
-
Method Details
-
name
Get name of the Cosmos DB capability. For example, "name": "EnableCassandra". Current values also include "EnableTable" and "EnableGremlin".- Returns:
- the name value
-
withName
Set name of the Cosmos DB capability. For example, "name": "EnableCassandra". Current values also include "EnableTable" and "EnableGremlin".- Parameters:
name
- the name value to set- Returns:
- the Capability object itself.
-