Share via


TriggerChangeDetectionParameters Class

Definition

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