Interface IWithAutomatic<ParentT>
- Namespace
- Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
The stage of the indexing policy update allowing to set automatic setting.
public interface IWithAutomatic<ParentT>
Type Parameters
ParentT
The stage of the parent update to return to after attaching this update.
Methods
WithAutomatic(bool)
Specifies the automatic setting.
IWithAttach<ParentT> WithAutomatic(bool isAutomatic)
Parameters
isAutomatic
boolWhether index automatically or not.
Returns
- IWithAttach<ParentT>
The next stage of the update.