Share via


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)

Syntax

public IList<DirectoryConfiguration> DataSources { get; set; }
public:
property IList<DirectoryConfiguration^>^ DataSources {
    IList<DirectoryConfiguration^>^ get();
    void set(IList<DirectoryConfiguration^>^ value);
}
member DataSources : IList<DirectoryConfiguration> with get, set
Public Property DataSources As IList(Of DirectoryConfiguration)

Property Value

Type: System.Collections.Generic.IList<DirectoryConfiguration>

See Also

Directories Class
Microsoft.Azure.Management.Insights.Models Namespace

Return to top