Partager via


IWithAttach<ParentT> Interface

Définition

Dernière étape de la définition de Gremlin Graph.

public interface IWithAttach<ParentT> : Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Definition.IWithConflictResolutionPolicy<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Definition.IWithDefaultTtl<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Definition.IWithIndexingPolicy<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Definition.IWithOptions<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Definition.IWithPartitionKey<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Definition.IWithThroughput<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Definition.IWithUniqueKeyPolicy<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.HasOptions.Definition.IWithOptions<Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Definition.IWithAttach<ParentT>>, Microsoft.Azure.Management.CosmosDB.Fluent.HasThroughputSettings.Definition.IWithThroughput<Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Definition.IWithAttach<ParentT>>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IWithAttach<'ParentT> = interface
    interface IInDefinition<'ParentT>
    interface IWithOptions<'ParentT>
    interface IWithOptions<IWithAttach<'ParentT>>
    interface IWithThroughput<'ParentT>
    interface IWithThroughput<IWithAttach<'ParentT>>
    interface IWithIndexingPolicy<'ParentT>
    interface IWithPartitionKey<'ParentT>
    interface IWithDefaultTtl<'ParentT>
    interface IWithUniqueKeyPolicy<'ParentT>
    interface IWithConflictResolutionPolicy<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IInDefinition(Of ParentT), IWithConflictResolutionPolicy(Of ParentT), IWithDefaultTtl(Of ParentT), IWithIndexingPolicy(Of ParentT), IWithOptions(Of IWithAttach(Of ParentT)), IWithOptions(Of ParentT), IWithPartitionKey(Of ParentT), IWithThroughput(Of IWithAttach(Of ParentT)), IWithThroughput(Of ParentT), IWithUniqueKeyPolicy(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

Attach()

Dernière étape de la définition de Gremlin Graph.

(Hérité de IInDefinition<ParentT>)
DefineIndexingPolicy()

Démarre la définition de la stratégie d’indexation.

(Hérité de IWithIndexingPolicy<ParentT>)
WithConflictResolutionPolicy(ConflictResolutionPolicy)

Spécifie la stratégie de résolution des conflits.

(Hérité de IWithConflictResolutionPolicy<ParentT>)
WithDefaultTtl(Int32)

Spécifie l’heure de vie par défaut.

(Hérité de IWithDefaultTtl<ParentT>)
WithIndexingPolicy(IndexingPolicy)

Spécifie la stratégie d’indexation.

(Hérité de IWithIndexingPolicy<ParentT>)
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>)
WithPartitionKey(ContainerPartitionKey)

Spécifie la clé de partition de conteneur.

(Hérité de IWithPartitionKey<ParentT>)
WithPartitionKey(IList<String>, PartitionKind, Nullable<Int32>)

Spécifie la clé de partition de conteneur.

(Hérité de IWithPartitionKey<ParentT>)
WithThroughput(Int32)

Spécifie la valeur de débit.

(Hérité de IWithThroughput<ReturnT>)
WithUniqueKey(UniqueKey)

Spécifie une clé unique ajoutée à la liste d’origine.

(Hérité de IWithUniqueKeyPolicy<ParentT>)
WithUniqueKeyPolicy(UniqueKeyPolicy)

Spécifie la stratégie de clé unique.

(Hérité de IWithUniqueKeyPolicy<ParentT>)
WithUniqueKeys(IList<UniqueKey>)

Spécifie la liste de clé unique.

(Hérité de IWithUniqueKeyPolicy<ParentT>)

S’applique à