Interface SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity

  • All Known Subinterfaces:
    SqlElasticPool.Update
    Enclosing interface:
    SqlElasticPool.UpdateStages

    public static interface SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity
    The SQL Elastic Pool update definition to set the eDTU and storage capacity limits.
    • Method Detail

      • withReservedDtu

        SqlElasticPool.Update withReservedDtu​(SqlElasticPoolBasicEDTUs eDTU)
        Sets the total shared eDTU for the SQL Azure Database Elastic Pool.
        Parameters:
        eDTU - total shared eDTU for the SQL Azure Database Elastic Pool
        Returns:
        The next stage of the update definition.
      • withDatabaseDtuMax

        SqlElasticPool.Update withDatabaseDtuMax​(SqlElasticPoolBasicMaxEDTUs eDTU)
        Sets the maximum number of eDTU a database in the pool can consume.
        Parameters:
        eDTU - maximum eDTU a database in the pool can consume
        Returns:
        The next stage of the update definition.
      • withDatabaseDtuMin

        SqlElasticPool.Update withDatabaseDtuMin​(SqlElasticPoolBasicMinEDTUs eDTU)
        Sets the minimum number of eDTU for each database in the pool are regardless of its activity.
        Parameters:
        eDTU - minimum eDTU for all SQL Azure databases
        Returns:
        The next stage of the update definition.
      • withReservedDtu

        SqlElasticPool.Update withReservedDtu​(SqlElasticPoolStandardEDTUs eDTU)
        Sets the total shared eDTU for the SQL Azure Database Elastic Pool.
        Parameters:
        eDTU - total shared eDTU for the SQL Azure Database Elastic Pool
        Returns:
        The next stage of the update definition.
      • withDatabaseDtuMax

        SqlElasticPool.Update withDatabaseDtuMax​(SqlElasticPoolStandardMaxEDTUs eDTU)
        Sets the maximum number of eDTU a database in the pool can consume.
        Parameters:
        eDTU - maximum eDTU a database in the pool can consume
        Returns:
        The next stage of the update definition.
      • withDatabaseDtuMin

        SqlElasticPool.Update withDatabaseDtuMin​(SqlElasticPoolStandardMinEDTUs eDTU)
        Sets the minimum number of eDTU for each database in the pool are regardless of its activity.
        Parameters:
        eDTU - minimum eDTU for all SQL Azure databases
        Returns:
        The next stage of the update definition.
      • withStorageCapacity

        SqlElasticPool.Update withStorageCapacity​(SqlElasticPoolStandardStorage storageCapacity)
        Sets the storage capacity for the SQL Azure Database Elastic Pool.
        Parameters:
        storageCapacity - storage capacity for the SQL Azure Database Elastic Pool
        Returns:
        The next stage of the update definition.
      • withReservedDtu

        SqlElasticPool.Update withReservedDtu​(SqlElasticPoolPremiumEDTUs eDTU)
        Sets the total shared eDTU for the SQL Azure Database Elastic Pool.
        Parameters:
        eDTU - total shared eDTU for the SQL Azure Database Elastic Pool
        Returns:
        The next stage of the update definition.
      • withDatabaseDtuMax

        SqlElasticPool.Update withDatabaseDtuMax​(SqlElasticPoolPremiumMaxEDTUs eDTU)
        Sets the maximum number of eDTU a database in the pool can consume.
        Parameters:
        eDTU - maximum eDTU a database in the pool can consume
        Returns:
        The next stage of the update definition.
      • withDatabaseDtuMin

        SqlElasticPool.Update withDatabaseDtuMin​(SqlElasticPoolPremiumMinEDTUs eDTU)
        Sets the minimum number of eDTU for each database in the pool are regardless of its activity.
        Parameters:
        eDTU - minimum eDTU for all SQL Azure databases
        Returns:
        The next stage of the update definition.
      • withStorageCapacity

        SqlElasticPool.Update withStorageCapacity​(SqlElasticPoolPremiumSorage storageCapacity)
        Sets the storage capacity for the SQL Azure Database Elastic Pool.
        Parameters:
        storageCapacity - storage capacity for the SQL Azure Database Elastic Pool
        Returns:
        The next stage of the update definition.