Beispiel #1
0
 /// <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(SqlElasticPoolStandardEDTUs eDTU)
 {
     return(this.WithReservedDtu(eDTU));
 }
Beispiel #2
0
 /// <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.IWithStandardEdition <SqlServer.Definition.IWithCreate> SqlElasticPool.Definition.IWithStandardEditionBeta <SqlServer.Definition.IWithCreate> .WithReservedDtu(SqlElasticPoolStandardEDTUs eDTU)
 {
     return(this.WithReservedDtu(eDTU));
 }
Beispiel #3
0
 /// <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.IWithStandardEdition SqlElasticPoolOperations.Definition.IWithStandardEditionBeta.WithReservedDtu(SqlElasticPoolStandardEDTUs eDTU)
 {
     return(this.WithReservedDtu(eDTU));
 }
 ///GENMHASH:287E5247F6F2638E06FDC66A496B867D:F8030E58EF06AF5471A10FBD8F1BE0A4
 public SqlElasticPoolForDatabaseImpl WithReservedDtu(SqlElasticPoolStandardEDTUs eDTU)
 {
     this.sqlElasticPool.WithReservedDtu(eDTU);
     return(this);
 }
 ///GENMHASH:287E5247F6F2638E06FDC66A496B867D:0E66B8D26FA308EEA30C5C21D8774924
 public SqlElasticPoolImpl WithReservedDtu(SqlElasticPoolStandardEDTUs eDTU)
 {
     this.Inner.Dtu = (int)eDTU;
     return(this);
 }
Beispiel #6
0
 /// <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.IWithStandardEdition <SqlDatabaseOperations.Definition.IWithExistingDatabaseAfterElasticPool> SqlElasticPool.Definition.IWithStandardEditionBeta <SqlDatabaseOperations.Definition.IWithExistingDatabaseAfterElasticPool> .WithReservedDtu(SqlElasticPoolStandardEDTUs eDTU)
 {
     return(this.WithReservedDtu(eDTU));
 }