public class SqlDatabaseResource extends Object
| Constructor and Description |
|---|
SqlDatabaseResource() |
| Modifier and Type | Method and Description |
|---|---|
String |
id()
Get name of the Cosmos DB SQL database.
|
SqlDatabaseResource |
withId(String id)
Set name of the Cosmos DB SQL database.
|
public String id()
public SqlDatabaseResource withId(String id)
id - the id value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/