Directories.FailedRequestLogs Property
Optional. Including this element in the configuration enables collection of logs about failed requests to an IIS site or application. You must also enable tracing options under system.WebServer in Web.config.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public string FailedRequestLogs { get; set; }
public:
property String^ FailedRequestLogs {
String^ get();
void set(String^ value);
}
member FailedRequestLogs : string with get, set
Public Property FailedRequestLogs As String
Property Value
Type: System.String
See Also
Directories Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top