Interface RecoverableSqlPool


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

      • 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

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