次の方法で共有


IWithConflictResolutionPolicy.WithConflictResolutionPath メソッド

定義

競合解決パスを持つ競合解決ポリシーを指定します。

public Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IUpdate 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.Update.IUpdate
Public Function WithConflictResolutionPath (mode As ConflictResolutionMode, conflictResolutionPath As String) As IUpdate

パラメーター

mode
ConflictResolutionMode

競合解決モード。

conflictResolutionPath
String

競合解決パス。

戻り値

更新プログラムの次のステージ。

適用対象