次の方法で共有


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

競合解決パス。

戻り値

定義の次のステージ。

適用対象