Interface ElasticPoolDatabaseActivity

All Superinterfaces:
HasId, HasInner<com.microsoft.azure.management.sql.implementation.ElasticPoolDatabaseActivityInner>, HasName, HasResourceGroup

public interface ElasticPoolDatabaseActivity extends HasInner<com.microsoft.azure.management.sql.implementation.ElasticPoolDatabaseActivityInner>, HasResourceGroup, HasName, HasId
An immutable client-side representation of an Azure SQL ElasticPool's Database Activity.
  • Method Details

    • databaseName

      String databaseName()
      Returns:
      the database name
    • endTime

      org.joda.time.DateTime endTime()
      Returns:
      the time the operation finished (ISO8601 format)
    • errorCode

      int errorCode()
      Returns:
      the error code if available
    • errorMessage

      String errorMessage()
      Returns:
      the error message if available
    • errorSeverity

      int errorSeverity()
      Returns:
      the error severity if available
    • operation

      String operation()
      Returns:
      the operation name
    • operationId

      String operationId()
      Returns:
      the unique operation ID
    • percentComplete

      int percentComplete()
      Returns:
      the percentage complete if available
    • requestedElasticPoolName

      String requestedElasticPoolName()
      Returns:
      the name for the Elastic Pool the database is moving into if available
    • currentElasticPoolName

      String currentElasticPoolName()
      Returns:
      the name of the current Elastic Pool the database is in if available
    • currentServiceObjective

      String currentServiceObjective()
      Returns:
      the name of the current service objective if available
    • requestedServiceObjective

      String requestedServiceObjective()
      Returns:
      the name of the requested service objective if available
    • serverName

      String serverName()
      Returns:
      the name of the Azure SQL Server the Elastic Pool is in
    • startTime

      org.joda.time.DateTime startTime()
      Returns:
      the time the operation started (ISO8601 format)
    • state

      String state()
      Returns:
      the current state of the operation
    • location

      @Beta(V1_7_0) String location()
      Returns:
      the geo-location where the resource lives.