ChangeDetectionMode 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.
Change Detection Mode. Applies to a directory specified in directoryPath parameter.
public readonly struct ChangeDetectionMode : IEquatable<Azure.ResourceManager.StorageSync.Models.ChangeDetectionMode>
type ChangeDetectionMode = struct
Public Structure ChangeDetectionMode
Implements IEquatable(Of ChangeDetectionMode)
- Inheritance
-
ChangeDetectionMode
- Implements
Constructors
ChangeDetectionMode(String) |
Initializes a new instance of ChangeDetectionMode. |
Properties
Default |
Default. |
Recursive |
Recursive. |
Methods
Equals(ChangeDetectionMode) |
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(ChangeDetectionMode, ChangeDetectionMode) |
Determines if two ChangeDetectionMode values are the same. |
Implicit(String to ChangeDetectionMode) |
Converts a string to a ChangeDetectionMode. |
Inequality(ChangeDetectionMode, ChangeDetectionMode) |
Determines if two ChangeDetectionMode values are not the same. |
Applies to
Azure SDK for .NET