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

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

适用于