Interface RecoverableSqlPool


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

    Modifier and Type
    Method
    Description
    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.RecoverableSqlPoolInner object.
    Gets the lastAvailableBackupDate property: The last available backup date of the database (ISO8601 format).
    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.
    • edition

      String edition()
      Gets the edition property: The edition of the database.
      Returns:
      the edition 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.
    • lastAvailableBackupDate

      OffsetDateTime lastAvailableBackupDate()
      Gets the lastAvailableBackupDate property: The last available backup date of the database (ISO8601 format).
      Returns:
      the lastAvailableBackupDate value.
    • innerModel

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