Directories::DataSources Property

 

Optional. A list of directories to monitor.

Namespace:   Microsoft.Azure.Management.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

public:
property IList<DirectoryConfiguration^>^ DataSources {
	IList<DirectoryConfiguration^>^ get();
	void set(IList<DirectoryConfiguration^>^ value);
}
Return to top
Show: