Interface RestorableDroppedSqlPool


public interface RestorableDroppedSqlPool
An immutable client-side representation of RestorableDroppedSqlPool.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the creationDate property: The creation date of the database (ISO8601 format).
    Gets the databaseName property: The name of the database.
    Gets the deletionDate property: The deletion date of the database (ISO8601 format).
    Gets the earliestRestoreDate property: The earliest restore date of the database (ISO8601 format).
    Gets the edition property: The edition of the database.
    Gets the elasticPoolName property: The elastic pool name of the database.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.synapse.fluent.models.RestorableDroppedSqlPoolInner object.
    Gets the location property: The geo-location where the resource lives.
    Gets the maxSizeBytes property: The max size in bytes of the database.
    Gets the name property: The name of the resource.
    Gets the serviceLevelObjective property: The service level objective name of the database.
    Gets the type property: The type of the resource.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • location

      String location()
      Gets the location property: The geo-location where the resource lives.
      Returns:
      the location value.
    • databaseName

      String databaseName()
      Gets the databaseName property: The name of the database.
      Returns:
      the databaseName value.
    • edition

      String edition()
      Gets the edition property: The edition of the database.
      Returns:
      the edition value.
    • maxSizeBytes

      String maxSizeBytes()
      Gets the maxSizeBytes property: The max size in bytes of the database.
      Returns:
      the maxSizeBytes value.
    • serviceLevelObjective

      String serviceLevelObjective()
      Gets the serviceLevelObjective property: The service level objective name of the database.
      Returns:
      the serviceLevelObjective value.
    • elasticPoolName

      String elasticPoolName()
      Gets the elasticPoolName property: The elastic pool name of the database.
      Returns:
      the elasticPoolName value.
    • creationDate

      OffsetDateTime creationDate()
      Gets the creationDate property: The creation date of the database (ISO8601 format).
      Returns:
      the creationDate value.
    • deletionDate

      OffsetDateTime deletionDate()
      Gets the deletionDate property: The deletion date of the database (ISO8601 format).
      Returns:
      the deletionDate value.
    • earliestRestoreDate

      OffsetDateTime earliestRestoreDate()
      Gets the earliestRestoreDate property: The earliest restore date of the database (ISO8601 format).
      Returns:
      the earliestRestoreDate value.
    • innerModel

      Gets the inner com.azure.resourcemanager.synapse.fluent.models.RestorableDroppedSqlPoolInner object.
      Returns:
      the inner object.