/// <summary> /// Sets the total shared eDTU for the SQL Azure Database Elastic Pool. /// </summary> /// <param name="eDTU">Total shared eDTU for the SQL Azure Database Elastic Pool.</param> /// <return>The next stage of the update definition.</return> SqlElasticPool.Update.IUpdate SqlElasticPool.Update.IWithReservedDTUAndStorageCapacityBeta.WithReservedDtu(SqlElasticPoolPremiumEDTUs eDTU) { return(this.WithReservedDtu(eDTU)); }
/// <summary> /// Sets the total shared eDTU for the SQL Azure Database Elastic Pool. /// </summary> /// <param name="eDTU">Total shared eDTU for the SQL Azure Database Elastic Pool.</param> /// <return>The next stage of the definition.</return> SqlElasticPoolOperations.Definition.IWithPremiumEdition SqlElasticPoolOperations.Definition.IWithPremiumEditionBeta.WithReservedDtu(SqlElasticPoolPremiumEDTUs eDTU) { return(this.WithReservedDtu(eDTU)); }
/// <summary> /// Sets the total shared eDTU for the SQL Azure Database Elastic Pool. /// </summary> /// <param name="eDTU">Total shared eDTU for the SQL Azure Database Elastic Pool.</param> /// <return>The next stage of the definition.</return> SqlElasticPool.Definition.IWithPremiumEdition <SqlServer.Definition.IWithCreate> SqlElasticPool.Definition.IWithPremiumEditionBeta <SqlServer.Definition.IWithCreate> .WithReservedDtu(SqlElasticPoolPremiumEDTUs eDTU) { return(this.WithReservedDtu(eDTU)); }
///GENMHASH:A7AFFC0C08A06739A4DEF4B29E68ED36:F8030E58EF06AF5471A10FBD8F1BE0A4 public SqlElasticPoolForDatabaseImpl WithReservedDtu(SqlElasticPoolPremiumEDTUs eDTU) { this.sqlElasticPool.WithReservedDtu(eDTU); return(this); }
///GENMHASH:A7AFFC0C08A06739A4DEF4B29E68ED36:0E66B8D26FA308EEA30C5C21D8774924 public SqlElasticPoolImpl WithReservedDtu(SqlElasticPoolPremiumEDTUs eDTU) { this.Inner.Dtu = (int)eDTU; return(this); }
/// <summary> /// Sets the total shared eDTU for the SQL Azure Database Elastic Pool. /// </summary> /// <param name="eDTU">Total shared eDTU for the SQL Azure Database Elastic Pool.</param> /// <return>The next stage of the definition.</return> SqlElasticPool.Definition.IWithPremiumEdition <SqlDatabaseOperations.Definition.IWithExistingDatabaseAfterElasticPool> SqlElasticPool.Definition.IWithPremiumEditionBeta <SqlDatabaseOperations.Definition.IWithExistingDatabaseAfterElasticPool> .WithReservedDtu(SqlElasticPoolPremiumEDTUs eDTU) { return(this.WithReservedDtu(eDTU)); }