Interface SqlDatabase

All Superinterfaces:
HasInnerModel<SqlDatabaseGetResultsInner>

public interface SqlDatabase extends HasInnerModel<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.
    rid()
    Get a system generated property.
    Get name of the Cosmos DB SQL database.
    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.

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel

    innerModel
  • 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