次の方法で共有


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

定義

更新プログラムのアタッチ可能なステージ。

public interface 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.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 IWithAttach<'ParentT> = interface
    interface ISettable<'ParentT>
    interface IWithAutomatic<'ParentT>
    interface IWithIndexingMode<'ParentT>
    interface IWithIncludedPaths<'ParentT>
    interface IWithExcludedPaths<'ParentT>
    interface IWithCompositeIndexes<'ParentT>
    interface IWithSpatialIndexes<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements ISettable(Of ParentT), IWithAutomatic(Of ParentT), IWithCompositeIndexes(Of ParentT), IWithExcludedPaths(Of ParentT), IWithIncludedPaths(Of ParentT), IWithIndexingMode(Of ParentT), IWithSpatialIndexes(Of ParentT)

型パラメーター

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>)
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>)

適用対象