ConflictResolutionMode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
How the import job will handle conflicts. For example, if the import job is trying to bring in a directory, but a file is at that path, how it handles it. Fail indicates that the import job should stop immediately and not do anything with the conflict. Skip indicates that it should pass over the conflict. OverwriteIfDirty causes the import job to delete and re-import the file or directory if it is a conflicting type, is dirty, or was not previously imported. OverwriteAlways extends OverwriteIfDirty to include releasing files that had been restored but were not dirty. Please reference https://learn.microsoft.com/en-us/azure/azure-managed-lustre/ for a thorough explanation of these resolution modes.
public readonly struct ConflictResolutionMode : IEquatable<Azure.ResourceManager.StorageCache.Models.ConflictResolutionMode>
type ConflictResolutionMode = struct
Public Structure ConflictResolutionMode
Implements IEquatable(Of ConflictResolutionMode)
- Inheritance
-
ConflictResolutionMode
- Implements
Constructors
ConflictResolutionMode(String) |
Initializes a new instance of ConflictResolutionMode. |
Properties
Fail |
Fail. |
OverwriteAlways |
OverwriteAlways. |
OverwriteIfDirty |
OverwriteIfDirty. |
Skip |
Skip. |
Methods
Equals(ConflictResolutionMode) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ConflictResolutionMode, ConflictResolutionMode) |
Determines if two ConflictResolutionMode values are the same. |
Implicit(String to ConflictResolutionMode) |
Converts a string to a ConflictResolutionMode. |
Inequality(ConflictResolutionMode, ConflictResolutionMode) |
Determines if two ConflictResolutionMode values are not the same. |
Applies to
Azure SDK for .NET