IWithAutomatic<ParentT>.WithAutomatic(Boolean) Method

Definition

Specifies the automatic setting.

public Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.IWithAttach<ParentT> WithAutomatic (bool isAutomatic);
abstract member WithAutomatic : bool -> Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.IWithAttach<'ParentT>
Public Function WithAutomatic (isAutomatic As Boolean) As IWithAttach(Of ParentT)

Parameters

isAutomatic
Boolean

Whether index automatically or not.

Returns

The next stage of the update.

Applies to