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