Interface SqlDatabase
-
- All Superinterfaces:
HasInnerModel<SqlDatabaseGetResultsInner>
public interface SqlDatabase extends HasInnerModel<SqlDatabaseGetResultsInner>
An Azure Cosmos DB SQL database.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringcolls()Get a system generated property that specified the addressable path of the collections resource.Stringetag()Get a system generated property representing the resource etag required for optimistic concurrency control.Stringrid()Get a system generated property.StringsqlDatabaseId()Get name of the Cosmos DB SQL database.Objectts()Get a system generated property that denotes the last updated timestamp of the resource.Stringusers()Get a system generated property that specifies the addressable path of the users resource.-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
-
-
-
Method Detail
-
sqlDatabaseId
String sqlDatabaseId()
Get name of the Cosmos DB SQL database.- Returns:
- the sqlDatabaseId value
-
rid
String rid()
Get a system generated property. A unique identifier.- Returns:
- the rid value
-
ts
Object ts()
Get a system generated property that denotes the last updated timestamp of the resource.- Returns:
- the ts value
-
etag
String etag()
Get a system generated property representing the resource etag required for optimistic concurrency control.- Returns:
- the etag value
-
colls
String colls()
Get a system generated property that specified the addressable path of the collections resource.- Returns:
- the colls value
-
users
String users()
Get a system generated property that specifies the addressable path of the users resource.- Returns:
- the users value
-
-