Partager via


IWithOptions<ParentT> Interface

Définition

Étape de la définition de la collection Mongo permettant de définir des 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))

Paramètres de type

ParentT

Étape de la définition parente à laquelle revenir après l’attachement de cette définition.

Dérivé
Implémente

Méthodes

WithOption(String, String)

Spécifie une option.

(Hérité de IWithOptions<ReturnT>)
WithOptionsAppend(IDictionary<String,String>)

Ajoute toutes les options aux options actuelles.

(Hérité de IWithOptions<ReturnT>)

S’applique à