コード例 #1
0
 /// <summary>
 /// Sets the minimum number of eDTU for each database in the pool are regardless of its activity.
 /// </summary>
 /// <param name="eDTU">Minimum eDTU for all SQL Azure databases.</param>
 /// <return>The next stage of the update definition.</return>
 SqlElasticPool.Update.IUpdate SqlElasticPool.Update.IWithReservedDTUAndStorageCapacityBeta.WithDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs eDTU)
 {
     return(this.WithDatabaseDtuMin(eDTU));
 }
コード例 #2
0
 /// <summary>
 /// Sets the minimum number of eDTU for each database in the pool are regardless of its activity.
 /// </summary>
 /// <param name="eDTU">Minimum eDTU for all SQL Azure databases.</param>
 /// <return>The next stage of the definition.</return>
 SqlElasticPool.Definition.IWithStandardEdition <SqlServer.Definition.IWithCreate> SqlElasticPool.Definition.IWithStandardEditionBeta <SqlServer.Definition.IWithCreate> .WithDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs eDTU)
 {
     return(this.WithDatabaseDtuMin(eDTU));
 }
コード例 #3
0
 /// <summary>
 /// Sets the minimum number of eDTU for each database in the pool are regardless of its activity.
 /// </summary>
 /// <param name="eDTU">Minimum eDTU for all SQL Azure databases.</param>
 /// <return>The next stage of the definition.</return>
 SqlElasticPoolOperations.Definition.IWithStandardEdition SqlElasticPoolOperations.Definition.IWithStandardEditionBeta.WithDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs eDTU)
 {
     return(this.WithDatabaseDtuMin(eDTU));
 }
 ///GENMHASH:238D14C741300C8F3F85D3693AF9E389:6D79CB402B4C6DB9E80B65824C73DC46
 public SqlElasticPoolForDatabaseImpl WithDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs eDTU)
 {
     this.sqlElasticPool.WithDatabaseDtuMin(eDTU);
     return(this);
 }
コード例 #5
0
 ///GENMHASH:238D14C741300C8F3F85D3693AF9E389:A2B4817DDEAC96BD99C2363FE5F1E557
 public SqlElasticPoolImpl WithDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs eDTU)
 {
     this.Inner.DatabaseDtuMin = (int)eDTU;
     return(this);
 }
コード例 #6
0
 /// <summary>
 /// Sets the minimum number of eDTU for each database in the pool are regardless of its activity.
 /// </summary>
 /// <param name="eDTU">Minimum eDTU for all SQL Azure databases.</param>
 /// <return>The next stage of the definition.</return>
 SqlElasticPool.Definition.IWithStandardEdition <SqlDatabaseOperations.Definition.IWithExistingDatabaseAfterElasticPool> SqlElasticPool.Definition.IWithStandardEditionBeta <SqlDatabaseOperations.Definition.IWithExistingDatabaseAfterElasticPool> .WithDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs eDTU)
 {
     return(this.WithDatabaseDtuMin(eDTU));
 }