次の方法で共有


IUpdate<ParentT> インターフェイス

定義

インデックス作成ポリシーの更新の全体が、親更新の一部として更新されます。

public interface IUpdate<ParentT> : Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.IWithAttach<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.IWithAutomatic<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.IWithCompositeIndexes<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.IWithCompositeIndexList<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.IWithExcludedPaths<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.IWithIncludedPaths<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.IWithIndexingMode<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.IWithSpatialIndexes<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<ParentT>
type IUpdate<'ParentT> = interface
    interface IWithCompositeIndexList<'ParentT>
    interface IWithAttach<'ParentT>
    interface ISettable<'ParentT>
    interface IWithAutomatic<'ParentT>
    interface IWithIndexingMode<'ParentT>
    interface IWithIncludedPaths<'ParentT>
    interface IWithExcludedPaths<'ParentT>
    interface IWithCompositeIndexes<'ParentT>
    interface IWithSpatialIndexes<'ParentT>
Public Interface IUpdate(Of ParentT)
Implements ISettable(Of ParentT), IWithAttach(Of ParentT), IWithAutomatic(Of ParentT), IWithCompositeIndexes(Of ParentT), IWithCompositeIndexList(Of ParentT), IWithExcludedPaths(Of ParentT), IWithIncludedPaths(Of ParentT), IWithIndexingMode(Of ParentT), IWithSpatialIndexes(Of ParentT)

型パラメーター

ParentT

この更新プログラムをアタッチした後に戻る親更新プログラムのステージ。

実装

メソッド

Attach()

複合インデックスの最後のリストをアタッチします。

(継承元 IWithCompositeIndexList<ParentT>)
Parent()

インデックス作成ポリシーの更新の全体が、親更新の一部として更新されます。

(継承元 ISettable<ParentT>)
WithAutomatic(Boolean)

自動設定を指定します。

(継承元 IWithAutomatic<ParentT>)
WithCompositeIndex(IList<CompositePath>)

複合インデックスを指定します。

(継承元 IWithCompositeIndexes<ParentT>)
WithCompositeIndexesAppend(IList<IList<CompositePath>>)

複合インデックスを追加します。

(継承元 IWithCompositeIndexes<ParentT>)
WithCompositeIndexesReplace(IList<IList<CompositePath>>)

複合インデックスを置き換えます。

(継承元 IWithCompositeIndexes<ParentT>)
WithCompositePath(CompositePath)

最後のリストへの複合パスアタッチを指定します。

(継承元 IWithCompositeIndexList<ParentT>)
WithCompositePath(String, CompositePathSortOrder)

最後のリストへの複合パスアタッチを指定します。

(継承元 IWithCompositeIndexList<ParentT>)
WithExcludedPath(ExcludedPath)

除外されたパスを指定します。

(継承元 IWithExcludedPaths<ParentT>)
WithExcludedPath(String)

除外されたパスを指定します。

(継承元 IWithExcludedPaths<ParentT>)
WithExcludedPathsAppend(IList<ExcludedPath>)

除外されたパスを追加します。

(継承元 IWithExcludedPaths<ParentT>)
WithExcludedPathsReplace(IList<ExcludedPath>)

除外されたパスを置き換えます。

(継承元 IWithExcludedPaths<ParentT>)
WithIncludedPath(IncludedPath)

含まれるパスを指定します。

(継承元 IWithIncludedPaths<ParentT>)
WithIncludedPath(String)

含まれるパスを指定します。

(継承元 IWithIncludedPaths<ParentT>)
WithIncludedPathsAppend(IList<IncludedPath>)

含まれているパスを追加します。

(継承元 IWithIncludedPaths<ParentT>)
WithIncludedPathsReplace(IList<IncludedPath>)

含まれているパスを置き換えます。

(継承元 IWithIncludedPaths<ParentT>)
WithIndexingMode(IndexingMode)

インデックス作成モードを指定します。

(継承元 IWithIndexingMode<ParentT>)
WithNewCompositeIndexList()

複合インデックスの空のリストを指定して、すべての複合パスを設定します。

(継承元 IWithCompositeIndexes<ParentT>)
WithoutCompositeIndexes()

すべての複合インデックスを削除します。

(継承元 IWithCompositeIndexes<ParentT>)
WithoutExcludedPath(String)

除外されたパスを削除します。

(継承元 IWithExcludedPaths<ParentT>)
WithoutExcludedPaths()

除外されたすべてのパスを削除します。

(継承元 IWithExcludedPaths<ParentT>)
WithoutIncludedPath(String)

含まれているパスを削除します。

(継承元 IWithIncludedPaths<ParentT>)
WithoutIncludedPaths()

含まれるすべてのパスを削除します。

(継承元 IWithIncludedPaths<ParentT>)
WithoutIndexingMode()

インデックス作成モードを削除します。

(継承元 IWithIndexingMode<ParentT>)
WithoutSpatialIndex(String)

空間インデックスを削除します。

(継承元 IWithSpatialIndexes<ParentT>)
WithoutSpatialIndexes()

すべての空間インデックスを削除します。

(継承元 IWithSpatialIndexes<ParentT>)
WithSpatialIndex(SpatialSpec)

空間インデックスを指定します。

(継承元 IWithSpatialIndexes<ParentT>)
WithSpatialIndex(String, SpatialType[])

空間インデックスを指定します。

(継承元 IWithSpatialIndexes<ParentT>)
WithSpatialIndexesAppend(IList<SpatialSpec>)

空間インデックスを追加します。

(継承元 IWithSpatialIndexes<ParentT>)
WithSpatialIndexesReplace(IList<SpatialSpec>)

空間インデックスを置き換えます。

(継承元 IWithSpatialIndexes<ParentT>)

適用対象