TriggerChangeDetectionParameters Class
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.
The parameters used when calling trigger change detection action on cloud endpoint.
public class TriggerChangeDetectionParameters
type TriggerChangeDetectionParameters = class
Public Class TriggerChangeDetectionParameters
- Inheritance
-
TriggerChangeDetectionParameters
Constructors
TriggerChangeDetectionParameters() |
Initializes a new instance of the TriggerChangeDetectionParameters class. |
TriggerChangeDetectionParameters(String, String, IList<String>) |
Initializes a new instance of the TriggerChangeDetectionParameters class. |
Properties
ChangeDetectionMode |
Gets or sets change Detection Mode. Applies to a directory specified in directoryPath parameter. Possible values include: 'Default', 'Recursive' |
DirectoryPath |
Gets or sets relative path to a directory Azure File share for which change detection is to be performed. |
Paths |
Gets or sets 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