你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IUpdate 接口

定义

SQL 弹性池更新操作的模板,包含可修改的所有设置。

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
实现

属性

Key

SQL 弹性池更新操作的模板,包含可修改的所有设置。

(继承自 IIndexable)

方法

Apply()

执行更新请求。

(继承自 IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

异步执行更新请求。

(继承自 IAppliable<T>)
WithDatabaseDtuMax(Int32)

设置数据库可以使用的任意一个SQL Azure的最大 DTU。

(继承自 IWithDatabaseDtuMax)
WithDatabaseDtuMax(SqlElasticPoolBasicMaxEDTUs)

设置池中数据库可以使用的最大 eDTU 数。

(继承自 IWithReservedDTUAndStorageCapacityBeta)
WithDatabaseDtuMax(SqlElasticPoolPremiumMaxEDTUs)

设置池中数据库可以使用的最大 eDTU 数。

(继承自 IWithReservedDTUAndStorageCapacityBeta)
WithDatabaseDtuMax(SqlElasticPoolStandardMaxEDTUs)

设置池中数据库可以使用的最大 eDTU 数。

(继承自 IWithReservedDTUAndStorageCapacityBeta)
WithDatabaseDtuMin(Int32)

设置保证所有SQL Azure数据库的最低 DTU。

(继承自 IWithDatabaseDtuMin)
WithDatabaseDtuMin(SqlElasticPoolBasicMinEDTUs)

设置池中每个数据库的 eDTU 的最小数目,而不考虑其活动。

(继承自 IWithReservedDTUAndStorageCapacityBeta)
WithDatabaseDtuMin(SqlElasticPoolPremiumMinEDTUs)

设置池中每个数据库的 eDTU 的最小数目,而不考虑其活动。

(继承自 IWithReservedDTUAndStorageCapacityBeta)
WithDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs)

设置池中每个数据库的 eDTU 的最小数目,而不考虑其活动。

(继承自 IWithReservedDTUAndStorageCapacityBeta)
WithDtu(Int32)

设置SQL Azure数据库弹性池的共享 DTU 总数。

(继承自 IWithDtu)
WithExistingDatabase(ISqlDatabase)

在 SQL 弹性池中添加数据库。

(继承自 IWithDatabase)
WithExistingDatabase(String)

在 SQL 弹性池中添加现有数据库。

(继承自 IWithDatabase)
WithNewDatabase(String)

在 SQL 弹性池中创建新数据库。

(继承自 IWithDatabase)
WithoutTag(String)

从资源中删除标记。

(继承自 IUpdateWithTags<T>)
WithReservedDtu(SqlElasticPoolBasicEDTUs)

设置SQL Azure数据库弹性池的共享 eDTU 总数。

(继承自 IWithReservedDTUAndStorageCapacityBeta)
WithReservedDtu(SqlElasticPoolPremiumEDTUs)

设置SQL Azure数据库弹性池的共享 eDTU 总数。

(继承自 IWithReservedDTUAndStorageCapacityBeta)
WithReservedDtu(SqlElasticPoolStandardEDTUs)

设置SQL Azure数据库弹性池的共享 eDTU 总数。

(继承自 IWithReservedDTUAndStorageCapacityBeta)
WithStorageCapacity(Int32)

设置SQL Azure数据库弹性池的存储限制(以 MB 为单位)。

(继承自 IWithStorageCapacity)
WithStorageCapacity(SqlElasticPoolPremiumSorage)

设置SQL Azure数据库弹性池的存储容量。

(继承自 IWithReservedDTUAndStorageCapacityBeta)
WithStorageCapacity(SqlElasticPoolStandardStorage)

设置SQL Azure数据库弹性池的存储容量。

(继承自 IWithReservedDTUAndStorageCapacityBeta)
WithTag(String, String)

将标记添加到资源。

(继承自 IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

将资源的标记指定为 {@link Map}。

(继承自 IUpdateWithTags<T>)

适用于