Interface IWithAttach<ParentT>
- Namespace
- Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
The attachable stage of the update.
public interface IWithAttach<ParentT> : ISettable<ParentT>, IWithAutomatic<ParentT>, IWithIndexingMode<ParentT>, IWithIncludedPaths<ParentT>, IWithExcludedPaths<ParentT>, IWithCompositeIndexes<ParentT>, IWithSpatialIndexes<ParentT>
Type Parameters
ParentT
The stage of the parent update to return to after attaching this update.
- Inherited Members