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)

public:
property Nullable<LogLevel> ScheduledTransferLogLevelFilter {
	Nullable<LogLevel> get();
	void set(Nullable<LogLevel> value);
}

Property Value

Type: System::Nullable<LogLevel>
Return to top
Show: