Interface IUpdate<ParentT>
- Namespace
- Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
The entirety of an indexing policy update as a part of parent update.
public interface IUpdate<ParentT> : IWithCompositeIndexList<ParentT>, 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