예제 #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(SqlElasticPoolBasicEDTUs eDTU)
 {
     return(this.WithReservedDtu(eDTU));
 }
예제 #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>
 SqlElasticPoolOperations.Definition.IWithBasicEdition SqlElasticPoolOperations.Definition.IWithBasicEditionBeta.WithReservedDtu(SqlElasticPoolBasicEDTUs eDTU)
 {
     return(this.WithReservedDtu(eDTU));
 }
예제 #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>
 SqlElasticPool.Definition.IWithBasicEdition <SqlServer.Definition.IWithCreate> SqlElasticPool.Definition.IWithBasicEditionBeta <SqlServer.Definition.IWithCreate> .WithReservedDtu(SqlElasticPoolBasicEDTUs eDTU)
 {
     return(this.WithReservedDtu(eDTU));
 }
 ///GENMHASH:016100CEB0E9F110178E8596490E49A8:F8030E58EF06AF5471A10FBD8F1BE0A4
 public SqlElasticPoolForDatabaseImpl WithReservedDtu(SqlElasticPoolBasicEDTUs eDTU)
 {
     this.sqlElasticPool.WithReservedDtu(eDTU);
     return(this);
 }
 ///GENMHASH:016100CEB0E9F110178E8596490E49A8:0E66B8D26FA308EEA30C5C21D8774924
 public SqlElasticPoolImpl WithReservedDtu(SqlElasticPoolBasicEDTUs eDTU)
 {
     this.Inner.Dtu = (int)eDTU;
     return(this);
 }
예제 #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.IWithBasicEdition <SqlDatabaseOperations.Definition.IWithExistingDatabaseAfterElasticPool> SqlElasticPool.Definition.IWithBasicEditionBeta <SqlDatabaseOperations.Definition.IWithExistingDatabaseAfterElasticPool> .WithReservedDtu(SqlElasticPoolBasicEDTUs eDTU)
 {
     return(this.WithReservedDtu(eDTU));
 }