Interface ElasticPoolActivity

All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.arm.models.HasId, com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<ElasticPoolOperationInner>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasName, com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup

public interface ElasticPoolActivity extends com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<ElasticPoolOperationInner>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup, com.azure.resourcemanager.resources.fluentcore.arm.models.HasName, com.azure.resourcemanager.resources.fluentcore.arm.models.HasId
An immutable client-side representation of an Azure SQL ElasticPool's Activity.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the name of the Elastic Pool.
    Gets the time the operation finished.
    int
    Gets the error code if available.
    Gets the error message if available.
    int
    Gets the error severity if available.
    Gets the operation name.
    Gets the unique operation ID.
    int
    Gets the percentage complete if available.
    Gets the name of the Azure SQL Server the Elastic Pool is in.
    Gets the time the operation started.
    Gets the current state of the operation.

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasId

    id

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

    innerModel

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName

    name

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup

    resourceGroupName
  • Method Details

    • endTime

      OffsetDateTime endTime()
      Gets the time the operation finished.
      Returns:
      the time the operation finished (ISO8601 format)
    • errorCode

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

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

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

      String operation()
      Gets the operation name.
      Returns:
      the operation name
    • operationId

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

      int percentComplete()
      Gets the percentage complete if available.
      Returns:
      the percentage complete if available
    • elasticPoolName

      String elasticPoolName()
      Gets the name of the Elastic Pool.
      Returns:
      the name of the Elastic Pool
    • serverName

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

      OffsetDateTime startTime()
      Gets the time the operation started.
      Returns:
      the time the operation started (ISO8601 format)
    • state

      String state()
      Gets the current state of the operation.
      Returns:
      the current state of the operation