Share via


IWithOptions<ParentT> Interface

Definition

The stage of the mongo collection definition allowing to set options.

public interface IWithOptions<ParentT> : Microsoft.Azure.Management.CosmosDB.Fluent.HasOptions.Definition.IWithOptions<Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Definition.IWithAttach<ParentT>>
type IWithOptions<'ParentT> = interface
    interface IWithOptions<IWithAttach<'ParentT>>
Public Interface IWithOptions(Of ParentT)
Implements IWithOptions(Of IWithAttach(Of ParentT))

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

Derived
Implements

Methods

WithOption(String, String)

Specifies an option.

(Inherited from IWithOptions<ReturnT>)
WithOptionsAppend(IDictionary<String,String>)

Appends all options to current options.

(Inherited from IWithOptions<ReturnT>)

Applies to