Freigeben über


IWithConflictResolutionPolicy<ParentT>.WithConflictResolutionPath Methode

Definition

Gibt die Konfliktlösungsrichtlinie mit Konfliktlösungspfad an.

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)

Parameter

mode
ConflictResolutionMode

Der Konfliktlösungsmodus.

conflictResolutionPath
String

Der Konfliktlösungspfad.

Gibt zurück

Die nächste Phase der Definition.

Gilt für: