Partager via


IUpdate<ParentT> Interface

Définition

Intégralité d’une mise à jour de stratégie d’indexation dans le cadre de la mise à jour parente.

public interface IUpdate<ParentT> : Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.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.IWithCompositeIndexList<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 IUpdate<'ParentT> = interface
    interface IWithCompositeIndexList<'ParentT>
    interface IWithAttach<'ParentT>
    interface ISettable<'ParentT>
    interface IWithAutomatic<'ParentT>
    interface IWithIndexingMode<'ParentT>
    interface IWithIncludedPaths<'ParentT>
    interface IWithExcludedPaths<'ParentT>
    interface IWithCompositeIndexes<'ParentT>
    interface IWithSpatialIndexes<'ParentT>
Public Interface IUpdate(Of ParentT)
Implements ISettable(Of ParentT), IWithAttach(Of ParentT), IWithAutomatic(Of ParentT), IWithCompositeIndexes(Of ParentT), IWithCompositeIndexList(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.

Implémente

Méthodes

Attach()

Joint la dernière liste de l’index composite.

(Hérité de IWithCompositeIndexList<ParentT>)
Parent()

Intégralité d’une mise à jour de stratégie d’indexation dans le cadre de la mise à jour parente.

(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>)
WithCompositePath(CompositePath)

Spécifie un chemin d’accès composite attaché à la dernière liste.

(Hérité de IWithCompositeIndexList<ParentT>)
WithCompositePath(String, CompositePathSortOrder)

Spécifie un chemin d’accès composite attaché à la dernière liste.

(Hérité de IWithCompositeIndexList<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 à