EventChannels Enumeration
The event channel.At the moment, most of the Azure event logs flow through the Operation channel.
Namespace: Microsoft.Azure.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
[FlagsAttribute]
public enum EventChannels
[FlagsAttribute]
public enum class EventChannels
[<FlagsAttribute>]
type EventChannels
<FlagsAttribute>
Public Enumeration EventChannels
Members
Member name | Description | |
---|---|---|
Admin | Admin channel |
|
Analytics | Analytics channel |
|
Debug | Debug channel |
|
Operation | Operation channel |
See Also
Microsoft.Azure.Insights.Models Namespace
Return to top