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