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

IWithConflictResolutionPolicy<ParentT>.WithConflictResolutionPath 方法

定义

指定具有冲突解决路径的冲突解决策略。

public Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Definition.IWithAttach<ParentT> WithConflictResolutionPath (Microsoft.Azure.Management.CosmosDB.Fluent.Models.ConflictResolutionMode mode, string conflictResolutionPath);
abstract member WithConflictResolutionPath : Microsoft.Azure.Management.CosmosDB.Fluent.Models.ConflictResolutionMode * string -> Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Definition.IWithAttach<'ParentT>
Public Function WithConflictResolutionPath (mode As ConflictResolutionMode, conflictResolutionPath As String) As IWithAttach(Of ParentT)

参数

mode
ConflictResolutionMode

冲突解决模式。

conflictResolutionPath
String

冲突解决路径。

返回

定义的下一阶段。

适用于