EventData.EventChannels Property
Optional. Gets or sets the event channels.The regular event logs, that you see in the Azure Management Portals, flow through the 'Operation' channel.
Namespace: Microsoft.Azure.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public EventChannels EventChannels { get; set; }
public:
property EventChannels EventChannels {
EventChannels get();
void set(EventChannels value);
}
member EventChannels : EventChannels with get, set
Public Property EventChannels As EventChannels
Property Value
Type: Microsoft.Azure.Insights.Models.EventChannels
See Also
EventData Class
Microsoft.Azure.Insights.Models Namespace
Return to top