Interface SqlDatabase

All Superinterfaces:
HasInner<com.microsoft.azure.management.cosmosdb.implementation.SqlDatabaseGetResultsInner>

@Beta(V1_24_0) public interface SqlDatabase extends HasInner<com.microsoft.azure.management.cosmosdb.implementation.SqlDatabaseGetResultsInner>
An Azure Cosmos DB SQL database.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get a system generated property that specified the addressable path of the collections resource.
    Get a system generated property representing the resource etag required for optimistic concurrency control.
    Get a system generated property.
    _ts()
    Get a system generated property that denotes the last updated timestamp of the resource.
    Get a system generated property that specifies the addressable path of the users resource.
    Get name of the Cosmos DB SQL database.

    Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner

    inner
  • Method Details

    • 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