TriggerChangeDetectionParameters Constructors
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.
Overloads
TriggerChangeDetectionParameters() |
Initializes a new instance of the TriggerChangeDetectionParameters class. |
TriggerChangeDetectionParameters(String, String, IList<String>) |
Initializes a new instance of the TriggerChangeDetectionParameters class. |
TriggerChangeDetectionParameters()
Initializes a new instance of the TriggerChangeDetectionParameters class.
public TriggerChangeDetectionParameters ();
Public Sub New ()
Applies to
TriggerChangeDetectionParameters(String, String, IList<String>)
Initializes a new instance of the TriggerChangeDetectionParameters class.
public TriggerChangeDetectionParameters (string directoryPath = default, string changeDetectionMode = default, System.Collections.Generic.IList<string> paths = default);
new Microsoft.Azure.Management.StorageSync.Models.TriggerChangeDetectionParameters : string * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.StorageSync.Models.TriggerChangeDetectionParameters
Public Sub New (Optional directoryPath As String = Nothing, Optional changeDetectionMode As String = Nothing, Optional paths As IList(Of String) = Nothing)
Parameters
- directoryPath
- String
Relative path to a directory Azure File share for which change detection is to be performed.
- changeDetectionMode
- String
Change Detection Mode. Applies to a directory specified in directoryPath parameter. Possible values include: 'Default', 'Recursive'
Array of relative paths on the Azure File share to be included in the change detection. Can be files and directories.
Applies to
Azure SDK for .NET