@Beta(value=V1_24_0)
public interface SqlDatabase
extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.cosmosdb.implementation.SqlDatabaseGetResultsInner>
| Modifier and Type | Method and Description |
|---|---|
String |
_colls()
Get a system generated property that specified the addressable path of the collections resource.
|
String |
_etag()
Get a system generated property representing the resource etag required for optimistic concurrency control.
|
String |
_rid()
Get a system generated property.
|
Object |
_ts()
Get a system generated property that denotes the last updated timestamp of the resource.
|
String |
_users()
Get a system generated property that specifies the addressable path of the users resource.
|
String |
sqlDatabaseId()
Get name of the Cosmos DB SQL database.
|
String sqlDatabaseId()
String _rid()
Object _ts()
String _etag()
String _colls()
String _users()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/