Interface IHasIndexingPolicy<T>
- Namespace
- Microsoft.Azure.Management.CosmosDB.Fluent
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
An interface representing a model that can attach an indexing policy.
public interface IHasIndexingPolicy<T> : IBeta
Type Parameters
T
Methods
WithIndexingPolicy(IndexingPolicy)
Attaches the indexing policy
T WithIndexingPolicy(IndexingPolicy indexingPolicy)
Parameters
indexingPolicy
IndexingPolicyThe indexing policy to attach to.
Returns
- T
The interface itself.