New-AzCosmosDBGremlinConflictResolutionPolicy
Creates a new object of type PSConflictResolutionPolicy. It can be passed as a parameter value for Set-AzCosmosDBGremlinGraph.
New-AzCosmosDBGremlinConflictResolutionPolicy
-Type <String>
[-Path <String>]
[-ConflictResolutionProcedure <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Object corresponding to Gremlin API's ConflictResolutionPolicy.
New-AzCosmosDBGremlinConflictResolutionPolicy -Type LastWriterWins -Path "/myPath"
Mode ConflictResolutionPath ConflictResolutionProcedure
---- ---------------------- ---------------------------
LastWriterWins /myPath
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 |
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 |
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 |
Can have the values: LastWriterWins, Custom, Manual.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
None
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure PowerShell に関するフィードバック
Azure PowerShell はオープンソース プロジェクトです。 フィードバックを提供するにはリンクを選択します。