你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IUpdate 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public interface IUpdate : Microsoft.Azure.Management.CosmosDB.Fluent.HasOptions.Update.IWithOptions<Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IUpdate>, Microsoft.Azure.Management.CosmosDB.Fluent.HasThroughputSettings.Update.IWithThroughput<Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IUpdate>, Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IWithChildResource, Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IWithConflictResolutionPolicy, Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IWithDefaultTtl, Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IWithIndexingPolicy, Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IWithOptions, Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IWithPartitionKey, Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IWithThroughput, Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IWithUniqueKeyPolicy, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.CosmosDB.Fluent.SqlDatabase.Update.IUpdate>
type IUpdate = interface
interface ISettable<IUpdate>
interface IWithOptions
interface IWithOptions<IUpdate>
interface IWithThroughput
interface IWithThroughput<IUpdate>
interface IWithIndexingPolicy
interface IWithPartitionKey
interface IWithDefaultTtl
interface IWithUniqueKeyPolicy
interface IWithConflictResolutionPolicy
interface IWithChildResource
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithChildResource, IWithConflictResolutionPolicy, IWithDefaultTtl, IWithIndexingPolicy, IWithOptions, IWithOptions(Of IUpdate), IWithPartitionKey, IWithThroughput, IWithThroughput(Of IUpdate), IWithUniqueKeyPolicy
- 实现
-
方法
Parent()
|
作为父更新的一部分的整个 SQL 容器更新。
(继承自 ISettable<ParentT>)
|
UpdateIndexingPolicy()
|
启动索引策略的更新。
(继承自 IWithIndexingPolicy)
|
WithConflictResolutionPath(ConflictResolutionMode, String)
|
使用冲突解决路径指定冲突解决策略。
(继承自 IWithConflictResolutionPolicy)
|
WithConflictResolutionPolicy(ConflictResolutionPolicy)
|
指定冲突解决策略。
(继承自 IWithConflictResolutionPolicy)
|
WithConflictResolutionProcedure(ConflictResolutionMode, String)
|
使用冲突解决过程指定冲突解决策略。
(继承自 IWithConflictResolutionPolicy)
|
WithDefaultTtl(Int32)
|
指定默认生存时间。
(继承自 IWithDefaultTtl)
|
WithIndexingPolicy(IndexingPolicy)
|
指定索引策略。
(继承自 IWithIndexingPolicy)
|
WithOption(String, String)
|
指定选项。
(继承自 IWithOptions<ReturnT>)
|
WithOptionsAppend(IDictionary<String,String>)
|
将所有选项追加到当前选项。
(继承自 IWithOptions<ReturnT>)
|
WithOptionsReplace(IDictionary<String,String>)
|
将当前选项替换为新选项。
(继承自 IWithOptions<ReturnT>)
|
WithoutConflictResolutionPolicy()
|
删除冲突解决策略。
(继承自 IWithConflictResolutionPolicy)
|
WithoutDefaultTtl()
|
删除默认 ttl。
(继承自 IWithDefaultTtl)
|
WithoutIndexingPolicy()
|
删除索引策略。
(继承自 IWithIndexingPolicy)
|
WithoutOption(String)
|
删除选项。
(继承自 IWithOptions<ReturnT>)
|
WithoutOptions()
|
删除所有选项。
(继承自 IWithOptions<ReturnT>)
|
WithoutPartitionKey()
|
删除容器分区键。
(继承自 IWithPartitionKey)
|
WithoutStoredProcedure(String)
|
删除存储过程。
(继承自 IWithChildResource)
|
WithoutTrigger(String)
|
删除触发器。
(继承自 IWithChildResource)
|
WithoutUniqueKeyPolicy()
|
删除唯一密钥策略。
(继承自 IWithUniqueKeyPolicy)
|
WithoutUserDefinedFunction(String)
|
删除用户定义的函数。
(继承自 IWithChildResource)
|
WithPartitionKey(ContainerPartitionKey)
|
指定容器分区键。
(继承自 IWithPartitionKey)
|
WithPartitionKey(PartitionKind, Nullable<Int32>)
|
指定容器分区键。
(继承自 IWithPartitionKey)
|
WithPartitionKeyPath(String[])
|
指定容器分区键路径。
(继承自 IWithPartitionKey)
|
WithStoredProcedure(String, SqlStoredProcedureResource, CreateUpdateOptions)
|
指定存储过程。
(继承自 IWithChildResource)
|
WithStoredProcedure(String, String, CreateUpdateOptions)
|
指定存储过程。
(继承自 IWithChildResource)
|
WithThroughput(Int32)
|
指定吞吐量值。
(继承自 IWithThroughput<ReturnT>)
|
WithTrigger(String, SqlTriggerResource, CreateUpdateOptions)
|
指定触发器。
(继承自 IWithChildResource)
|
WithTrigger(String, String, TriggerType, TriggerOperation, CreateUpdateOptions)
|
指定触发器。
(继承自 IWithChildResource)
|
WithUniqueKey(String[])
|
指定追加到原始列表的唯一键。
(继承自 IWithUniqueKeyPolicy)
|
WithUniqueKey(UniqueKey)
|
指定唯一键。
(继承自 IWithUniqueKeyPolicy)
|
WithUniqueKeyPolicy(UniqueKeyPolicy)
|
指定唯一密钥策略。
(继承自 IWithUniqueKeyPolicy)
|
WithUniqueKeys(IList<UniqueKey>)
|
追加唯一键的列表。
(继承自 IWithUniqueKeyPolicy)
|
WithUserDefinedFunction(String, SqlUserDefinedFunctionResource, CreateUpdateOptions)
|
指定用户定义的函数。
(继承自 IWithChildResource)
|
WithUserDefinedFunction(String, String, CreateUpdateOptions)
|
指定用户定义的函数。
(继承自 IWithChildResource)
|
适用于