New-AzCosmosDBSqlConflictResolutionPolicy
Creates a new object of type PSSqlConflictResolutionPolicy. It can be passed as a parameter value for Set-AzCosmosDBSqlContainer.
Syntax
New-AzCosmosDBSqlConflictResolutionPolicy
-Type <String>
[-Path <String>]
[-ConflictResolutionProcedure <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Object corresponding to Sql API's ConflictResolutionPolicy.
Examples
Example 1
New-AzCosmosDBSqlConflictResolutionPolicy -Type LastWriterWins -Path "/myPath"
Mode ConflictResolutionPath ConflictResolutionProcedure
---- ---------------------- ---------------------------
LastWriterWins /myPath
Parameters
-ConflictResolutionProcedure
To be provided when the type is custom.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-DefaultProfile
The credentials, account, tenant, and subscription used for communication with Azure.
Type: | IAzureContextContainer |
Aliases: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Path
To be provided when the type is LastWriterWins.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Type
Can have the values: LastWriterWins, Custom, Manual.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure PowerShell