Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

PSEventData Class

Definition

Namespace:
Microsoft.Azure.Commands.Insights.OutputClasses
Assembly:
Microsoft.Azure.PowerShell.Cmdlets.Monitor.dll
Assembly:
Microsoft.Azure.Commands.Insights.dll

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Wraps around the EventData and exposes all the localized strings as invariant/localized properties

public class PSEventData : Microsoft.Azure.Management.Monitor.Models.EventData
type PSEventData = class
 inherit EventData
Public Class PSEventData
Inherits EventData
Inheritance
PSEventData
Derived

Constructors

Name Description
PSEventData(EventData)

Initializes a new instance of the EventData class.

Properties

Name Description
Authorization

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

Category

Hide Category property in base class for output

Claims

Gets or sets the claims

EventName

Hide EventName property in base class for output

EventTimestamp

Gets or sets the EventTimestamp of the event

HttpRequest

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.

Level

Gets or sets the Level of the event

OperationName

Hide OperationName property in base class for output

Properties

Gets or sets the property bag

ResourceProviderName

Hide ResourceProviderName property in base class for output

Status

Hide Status property in base class for output

SubmissionTimestamp

Gets or sets the SubmissionTimestamp of the event

SubStatus

Hide SubStatus property in base class for output

Applies to