EventData Class

 

Updated: September 18, 2014

The Azure event log entries are of type EventData

Namespace:   Microsoft.Azure.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

System.Object
  Microsoft.Azure.Insights.Models.EventData

type EventData = class end

NameDescription
System_CAPS_pubmethodEventData()

Initializes a new instance of the EventData class.

NameDescription
System_CAPS_pubpropertyAuthorization

Optional. Gets or sets the authorization.This is the authorization used by the user who has performed the operation that led to this event.

System_CAPS_pubpropertyClaims

Optional. Gets or sets the claims

System_CAPS_pubpropertyCorrelationId

Optional. Gets or sets the correlation Id.The correlation Id is shared among the events that belong to the same deployment.

System_CAPS_pubpropertyDescription

Optional. Gets or sets the description of the event.

System_CAPS_pubpropertyEventChannels

Optional. Gets or sets the event channels.The regular event logs, that you see in the Azure Management Portals, flow through the 'Operation' channel.

System_CAPS_pubpropertyEventDataId

Optional. Gets or sets the event data Id.This is a unique identifier for an event.

System_CAPS_pubpropertyEventName

Optional. Gets or sets the event name.This value should not be confused with OperationName.For practical purposes, OperationName might be more appealing to end users.

System_CAPS_pubpropertyEventSource

Optional. Gets or sets the event source.This value indicates the source that generated the event.

System_CAPS_pubpropertyEventTimestamp

Optional. Gets or sets the occurrence time of event

System_CAPS_pubpropertyHttpRequest

Optional. Gets or sets the HTTP request info.The client IP address of the user who initiated the event is captured as part of the HTTP request info.

System_CAPS_pubpropertyLevel

Optional. Gets or sets the event level

System_CAPS_pubpropertyOperationId

Optional. Gets or sets the operation idThis value should not be confused with EventName.

System_CAPS_pubpropertyOperationName

Optional. Gets or sets the operation name.

System_CAPS_pubpropertyProperties

Optional. Gets or sets the property bag

System_CAPS_pubpropertyResourceGroupName

Optional. Gets or sets the resource group name. (see http://msdn.microsoft.com/library/azure/dn790546.aspx for more information)

System_CAPS_pubpropertyResourceProviderName

Optional. Gets or sets the resource provider name. (see http://msdn.microsoft.com/library/azure/dn790572.aspx for more information)

System_CAPS_pubpropertyResourceUri

Optional. Gets or sets the resource uri (see http://msdn.microsoft.com/library/azure/dn790569.aspx for more information)

System_CAPS_pubpropertyStatus

Optional. Gets or sets the event status.Some typical values are: Started, Succeeded, Failed

System_CAPS_pubpropertySubmissionTimestamp

Optional. Gets or sets the event submission time.This value should not be confused eventTimestamp. As there might be a delay between the occurence time of the event, and the time that the event is submitted to the Azure logging infrastructure.

System_CAPS_pubpropertySubscriptionId

Optional. Gets or sets the Azure subscription Id

System_CAPS_pubpropertySubStatus

Optional. Gets or sets the event sub status.Most of the time, when included, this captures the HTTP status code.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: