IUpdate インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
親更新の一部としての SQL コンテナー更新の全体。
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)
|
適用対象