你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithAttach<ParentT> 接口

定义

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)

类型参数

ParentT

附加此定义后要返回到的父定义的阶段。

派生
实现

方法

Attach()

Gremlin Graph 定义的最后一个阶段。

(继承自 IInDefinition<ParentT>)
DefineIndexingPolicy()

启动索引策略的定义。

(继承自 IWithIndexingPolicy<ParentT>)
WithConflictResolutionPolicy(ConflictResolutionPolicy)

指定冲突解决策略。

(继承自 IWithConflictResolutionPolicy<ParentT>)
WithDefaultTtl(Int32)

指定默认生存时间。

(继承自 IWithDefaultTtl<ParentT>)
WithIndexingPolicy(IndexingPolicy)

指定索引策略。

(继承自 IWithIndexingPolicy<ParentT>)
WithOption(String, String)

指定选项。

(继承自 IWithOptions<ReturnT>)
WithOptionsAppend(IDictionary<String,String>)

将所有选项追加到当前选项。

(继承自 IWithOptions<ReturnT>)
WithPartitionKey(ContainerPartitionKey)

指定容器分区键。

(继承自 IWithPartitionKey<ParentT>)
WithPartitionKey(IList<String>, PartitionKind, Nullable<Int32>)

指定容器分区键。

(继承自 IWithPartitionKey<ParentT>)
WithThroughput(Int32)

指定吞吐量值。

(继承自 IWithThroughput<ReturnT>)
WithUniqueKey(UniqueKey)

指定追加到原始列表的唯一键。

(继承自 IWithUniqueKeyPolicy<ParentT>)
WithUniqueKeyPolicy(UniqueKeyPolicy)

指定唯一密钥策略。

(继承自 IWithUniqueKeyPolicy<ParentT>)
WithUniqueKeys(IList<UniqueKey>)

指定唯一键的列表。

(继承自 IWithUniqueKeyPolicy<ParentT>)

适用于