IUpdate Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The template for a SQL Elastic Pool update operation, containing all the settings that can be modified.
public interface IUpdate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Sql.Fluent.ISqlElasticPool>, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Update.IWithDatabase, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Update.IWithDatabaseDtuMax, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Update.IWithDatabaseDtuMin, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Update.IWithDtu, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Update.IWithReservedDTUAndStorageCapacity, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Update.IWithStorageCapacity
type IUpdate = interface
interface IWithReservedDTUAndStorageCapacity
interface IWithReservedDTUAndStorageCapacityBeta
interface IBeta
interface IWithDatabaseDtuMax
interface IWithDatabaseDtuMin
interface IWithDtu
interface IWithStorageCapacity
interface IWithDatabase
interface IUpdateWithTags<IUpdate>
interface IAppliable<ISqlElasticPool>
interface IIndexable
Public Interface IUpdate
Implements IAppliable(Of ISqlElasticPool), IBeta, IUpdateWithTags(Of IUpdate), IWithDatabase, IWithDatabaseDtuMax, IWithDatabaseDtuMin, IWithDtu, IWithReservedDTUAndStorageCapacity, IWithStorageCapacity
- Implements
Properties
Key | (Inherited from IIndexable) |
Methods
Apply() |
Execute the update request. (Inherited from IAppliable<T>) |
ApplyAsync(CancellationToken, Boolean) |
Execute the update request asynchronously. (Inherited from IAppliable<T>) |
WithDatabaseDtuMax(Int32) |
Sets the maximum DTU any one SQL Azure Database can consume. (Inherited from IWithDatabaseDtuMax) |
WithDatabaseDtuMax(SqlElasticPoolBasicMaxEDTUs) |
Sets the maximum number of eDTU a database in the pool can consume. (Inherited from IWithReservedDTUAndStorageCapacityBeta) |
WithDatabaseDtuMax(SqlElasticPoolPremiumMaxEDTUs) |
Sets the maximum number of eDTU a database in the pool can consume. (Inherited from IWithReservedDTUAndStorageCapacityBeta) |
WithDatabaseDtuMax(SqlElasticPoolStandardMaxEDTUs) |
Sets the maximum number of eDTU a database in the pool can consume. (Inherited from IWithReservedDTUAndStorageCapacityBeta) |
WithDatabaseDtuMin(Int32) |
Sets the minimum DTU all SQL Azure Databases are guaranteed. (Inherited from IWithDatabaseDtuMin) |
WithDatabaseDtuMin(SqlElasticPoolBasicMinEDTUs) |
Sets the minimum number of eDTU for each database in the pool are regardless of its activity. (Inherited from IWithReservedDTUAndStorageCapacityBeta) |
WithDatabaseDtuMin(SqlElasticPoolPremiumMinEDTUs) |
Sets the minimum number of eDTU for each database in the pool are regardless of its activity. (Inherited from IWithReservedDTUAndStorageCapacityBeta) |
WithDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs) |
Sets the minimum number of eDTU for each database in the pool are regardless of its activity. (Inherited from IWithReservedDTUAndStorageCapacityBeta) |
WithDtu(Int32) |
Sets the total shared DTU for the SQL Azure Database Elastic Pool. (Inherited from IWithDtu) |
WithExistingDatabase(ISqlDatabase) |
Adds the database in the SQL elastic pool. (Inherited from IWithDatabase) |
WithExistingDatabase(String) |
Adds an existing database in the SQL elastic pool. (Inherited from IWithDatabase) |
WithNewDatabase(String) |
Creates a new database in the SQL elastic pool. (Inherited from IWithDatabase) |
WithoutTag(String) |
Removes a tag from the resource. (Inherited from IUpdateWithTags<T>) |
WithReservedDtu(SqlElasticPoolBasicEDTUs) |
Sets the total shared eDTU for the SQL Azure Database Elastic Pool. (Inherited from IWithReservedDTUAndStorageCapacityBeta) |
WithReservedDtu(SqlElasticPoolPremiumEDTUs) |
Sets the total shared eDTU for the SQL Azure Database Elastic Pool. (Inherited from IWithReservedDTUAndStorageCapacityBeta) |
WithReservedDtu(SqlElasticPoolStandardEDTUs) |
Sets the total shared eDTU for the SQL Azure Database Elastic Pool. (Inherited from IWithReservedDTUAndStorageCapacityBeta) |
WithStorageCapacity(Int32) |
Sets the storage limit for the SQL Azure Database Elastic Pool in MB. (Inherited from IWithStorageCapacity) |
WithStorageCapacity(SqlElasticPoolPremiumSorage) |
Sets the storage capacity for the SQL Azure Database Elastic Pool. (Inherited from IWithReservedDTUAndStorageCapacityBeta) |
WithStorageCapacity(SqlElasticPoolStandardStorage) |
Sets the storage capacity for the SQL Azure Database Elastic Pool. (Inherited from IWithReservedDTUAndStorageCapacityBeta) |
WithTag(String, String) |
Adds a tag to the resource. (Inherited from IUpdateWithTags<T>) |
WithTags(IDictionary<String,String>) |
Specifies tags for the resource as a {@link Map}. (Inherited from IUpdateWithTags<T>) |