DiagnosticMonitorConfiguration.DiagnosticInfrastructureLogs Property
Optional. Enable collection of logs generated by the agent. The diagnostic infrastructure logs are useful for troubleshooting the diagnostics system itself.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public DiagnosticInfrastructureLogs DiagnosticInfrastructureLogs { get; set; }
public:
property DiagnosticInfrastructureLogs^ DiagnosticInfrastructureLogs {
DiagnosticInfrastructureLogs^ get();
void set(DiagnosticInfrastructureLogs^ value);
}
member DiagnosticInfrastructureLogs : DiagnosticInfrastructureLogs with get, set
Public Property DiagnosticInfrastructureLogs As DiagnosticInfrastructureLogs
Property Value
Type: Microsoft.Azure.Management.Insights.Models.DiagnosticInfrastructureLogs
See Also
DiagnosticMonitorConfiguration Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top