Share via


DiagnosticMonitorConfiguration.Directories Property

 

Optional. Enable the collection of the contents of a directory, IIS failed access request logs and/or IIS logs.

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

Syntax

public Directories Directories { get; set; }
public:
property Directories^ Directories {
    Directories^ get();
    void set(Directories^ value);
}
member Directories : Directories with get, set
Public Property Directories As Directories

Property Value

Type: Microsoft.Azure.Management.Insights.Models.Directories

See Also

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

Return to top