Interface SqlRestorableDroppedDatabase

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

public interface SqlRestorableDroppedDatabase extends com.azure.resourcemanager.resources.fluentcore.model.Refreshable<SqlRestorableDroppedDatabase>, com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<RestorableDroppedDatabaseInner>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup, com.azure.resourcemanager.resources.fluentcore.arm.models.HasName, com.azure.resourcemanager.resources.fluentcore.arm.models.HasId
Response containing Azure SQL restorable dropped database.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the creation date of the database.
    Gets the name of the database.
    Gets the deletion date of the database.
    Gets the earliest restore date of the database.
    Gets the edition of the database.
    Gets the max size in bytes of the database.
    com.azure.core.management.Region
    Gets the geo-location where the resource lives.

    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

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

    refresh, refreshAsync
  • Method Details

    • region

      com.azure.core.management.Region region()
      Gets the geo-location where the resource lives.
      Returns:
      the geo-location where the resource lives
    • databaseName

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

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

      String maxSizeBytes()
      Gets the max size in bytes of the database.
      Returns:
      the max size in bytes of the database
    • creationDate

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

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

      OffsetDateTime earliestRestoreDate()
      Gets the earliest restore date of the database.
      Returns:
      the earliest restore date of the database (ISO8601 format)