ArmStorageSyncModelFactory.TriggerChangeDetectionContent Method

Definition

public static Azure.ResourceManager.StorageSync.Models.TriggerChangeDetectionContent TriggerChangeDetectionContent(string directoryPath = default, Azure.ResourceManager.StorageSync.Models.ChangeDetectionMode? changeDetectionMode = default, System.Collections.Generic.IEnumerable<string> paths = default);
static member TriggerChangeDetectionContent : string * Nullable<Azure.ResourceManager.StorageSync.Models.ChangeDetectionMode> * seq<string> -> Azure.ResourceManager.StorageSync.Models.TriggerChangeDetectionContent
Public Shared Function TriggerChangeDetectionContent (Optional directoryPath As String = Nothing, Optional changeDetectionMode As Nullable(Of ChangeDetectionMode) = Nothing, Optional paths As IEnumerable(Of String) = Nothing) As TriggerChangeDetectionContent

Parameters

directoryPath
String

Relative path to a directory Azure File share for which change detection is to be performed.

changeDetectionMode
Nullable<ChangeDetectionMode>

Change Detection Mode. Applies to a directory specified in directoryPath parameter.

paths
IEnumerable<String>

Array of relative paths on the Azure File share to be included in the change detection. Can be files and directories.

Returns

A new TriggerChangeDetectionContent instance for mocking.

Applies to