DiagnosticInfrastructureLogs.ScheduledTransferLogLevelFilter Property
Optional. Configures the minimum severity level of the logs collected.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public Nullable<LogLevel> ScheduledTransferLogLevelFilter { get; set; }
public:
property Nullable<LogLevel> ScheduledTransferLogLevelFilter {
Nullable<LogLevel> get();
void set(Nullable<LogLevel> value);
}
member ScheduledTransferLogLevelFilter : Nullable<LogLevel> with get, set
Public Property ScheduledTransferLogLevelFilter As Nullable(Of LogLevel)
Property Value
Type: System.Nullable<LogLevel>
See Also
DiagnosticInfrastructureLogs Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top