Partager via


IWithAttach<ParentT> Interface

Définition

Phase attachable de la mise à jour.

public interface IWithAttach<ParentT> : Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.IWithAutomatic<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.IWithCompositeIndexes<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.IWithExcludedPaths<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.IWithIncludedPaths<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.IWithIndexingMode<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.IWithSpatialIndexes<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<ParentT>
type IWithAttach<'ParentT> = interface
    interface ISettable<'ParentT>
    interface IWithAutomatic<'ParentT>
    interface IWithIndexingMode<'ParentT>
    interface IWithIncludedPaths<'ParentT>
    interface IWithExcludedPaths<'ParentT>
    interface IWithCompositeIndexes<'ParentT>
    interface IWithSpatialIndexes<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements ISettable(Of ParentT), IWithAutomatic(Of ParentT), IWithCompositeIndexes(Of ParentT), IWithExcludedPaths(Of ParentT), IWithIncludedPaths(Of ParentT), IWithIndexingMode(Of ParentT), IWithSpatialIndexes(Of ParentT)

Paramètres de type

ParentT

Étape de la mise à jour parente à laquelle revenir après l’attachement de cette mise à jour.

Dérivé
Implémente

Méthodes

Parent()

Phase attachable de la mise à jour.

(Hérité de ISettable<ParentT>)
WithAutomatic(Boolean)

Spécifie le paramètre automatique.

(Hérité de IWithAutomatic<ParentT>)
WithCompositeIndex(IList<CompositePath>)

Spécifie un index composite.

(Hérité de IWithCompositeIndexes<ParentT>)
WithCompositeIndexesAppend(IList<IList<CompositePath>>)

Ajoute des index composites.

(Hérité de IWithCompositeIndexes<ParentT>)
WithCompositeIndexesReplace(IList<IList<CompositePath>>)

Remplace les index composites.

(Hérité de IWithCompositeIndexes<ParentT>)
WithExcludedPath(ExcludedPath)

Spécifie un chemin d’accès exclu.

(Hérité de IWithExcludedPaths<ParentT>)
WithExcludedPath(String)

Spécifie un chemin d’accès exclu.

(Hérité de IWithExcludedPaths<ParentT>)
WithExcludedPathsAppend(IList<ExcludedPath>)

Ajoute des chemins exclus.

(Hérité de IWithExcludedPaths<ParentT>)
WithExcludedPathsReplace(IList<ExcludedPath>)

Remplace les chemins exclus.

(Hérité de IWithExcludedPaths<ParentT>)
WithIncludedPath(IncludedPath)

Spécifie un chemin d’accès inclus.

(Hérité de IWithIncludedPaths<ParentT>)
WithIncludedPath(String)

Spécifie un chemin d’accès inclus.

(Hérité de IWithIncludedPaths<ParentT>)
WithIncludedPathsAppend(IList<IncludedPath>)

Ajoute les chemins inclus.

(Hérité de IWithIncludedPaths<ParentT>)
WithIncludedPathsReplace(IList<IncludedPath>)

Remplace les chemins inclus.

(Hérité de IWithIncludedPaths<ParentT>)
WithIndexingMode(IndexingMode)

Spécifie le mode d’indexation.

(Hérité de IWithIndexingMode<ParentT>)
WithNewCompositeIndexList()

Spécifie une liste vide d’index composite pour définir chaque chemin composite.

(Hérité de IWithCompositeIndexes<ParentT>)
WithoutCompositeIndexes()

Supprime tous les index composites.

(Hérité de IWithCompositeIndexes<ParentT>)
WithoutExcludedPath(String)

Supprime un chemin d’accès exclu.

(Hérité de IWithExcludedPaths<ParentT>)
WithoutExcludedPaths()

Supprime tous les chemins exclus.

(Hérité de IWithExcludedPaths<ParentT>)
WithoutIncludedPath(String)

Supprime un chemin d’accès inclus.

(Hérité de IWithIncludedPaths<ParentT>)
WithoutIncludedPaths()

Supprime tous les chemins inclus.

(Hérité de IWithIncludedPaths<ParentT>)
WithoutIndexingMode()

Supprime le mode d’indexation.

(Hérité de IWithIndexingMode<ParentT>)
WithoutSpatialIndex(String)

Supprime un index spatial.

(Hérité de IWithSpatialIndexes<ParentT>)
WithoutSpatialIndexes()

Supprime tous les index spatiaux.

(Hérité de IWithSpatialIndexes<ParentT>)
WithSpatialIndex(SpatialSpec)

Spécifie un index spatial.

(Hérité de IWithSpatialIndexes<ParentT>)
WithSpatialIndex(String, SpatialType[])

Spécifie un index spatial.

(Hérité de IWithSpatialIndexes<ParentT>)
WithSpatialIndexesAppend(IList<SpatialSpec>)

Ajoute des index spatiaux.

(Hérité de IWithSpatialIndexes<ParentT>)
WithSpatialIndexesReplace(IList<SpatialSpec>)

Remplace les index spatiaux.

(Hérité de IWithSpatialIndexes<ParentT>)

S’applique à