EtwProvider.ScheduledTransferLogLevelFilter Property
Optional. The minimum severity level to transfer to your storage account.
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
EtwProvider Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top