Interface ElasticPoolActivity

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

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

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

      int requestedDatabaseDtuMax()
      Returns:
      the requested max DTU per database if available
    • requestedDatabaseDtuMin

      int requestedDatabaseDtuMin()
      Returns:
      the requested min DTU per database if available
    • requestedDtu

      int requestedDtu()
      Returns:
      the requested DTU for the pool if available
    • requestedElasticPoolName

      String requestedElasticPoolName()
      Returns:
      the requested name for the Elastic Pool if available
    • requestedStorageLimitInGB

      long requestedStorageLimitInGB()
      Returns:
      the requested storage limit for the pool in GB if available
    • elasticPoolName

      String elasticPoolName()
      Returns:
      the name of the Elastic Pool
    • 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.
    • requestedStorageLimitInMB

      @Beta(V1_7_0) int requestedStorageLimitInMB()
      Returns:
      the requested storage limit in MB.
    • requestedDatabaseDtuGuarantee

      @Beta(V1_7_0) int requestedDatabaseDtuGuarantee()
      Returns:
      he requested per database DTU guarantee.
    • requestedDatabaseDtuCap

      @Beta(V1_7_0) int requestedDatabaseDtuCap()
      Returns:
      the requested per database DTU cap.
    • requestedDtuGuarantee

      @Beta(V1_7_0) int requestedDtuGuarantee()
      Returns:
      the requested DTU guarantee.