PSEventDataNoDetails Class

Definition

Wrapps around the EventData and exposes all the localized strings as invariant/localized properties, but not all the details of the records

public class PSEventDataNoDetails : Microsoft.Azure.Commands.Insights.OutputClasses.PSEventData
type PSEventDataNoDetails = class
    inherit PSEventData
Public Class PSEventDataNoDetails
Inherits PSEventData
Inheritance
PSEventDataNoDetails

Constructors

PSEventDataNoDetails(EventData)

Initializes a new instance of the EventData class.

Fields

SelectedFieldsForQuery

List of fields to be fetched when no details are needed

Properties

Authorization

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

(Inherited from PSEventData)
Category

Hide Category property in base class for output

(Inherited from PSEventData)
Claims

Gets or sets the claims

(Inherited from PSEventData)
EventName

Hide EventName property in base class for output

(Inherited from PSEventData)
EventTimestamp

Gets or sets the EventTimestamp of the event

(Inherited from PSEventData)
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.

(Inherited from PSEventData)
Level

Gets or sets the Level of the event

(Inherited from PSEventData)
OperationName

Hide OperationName property in base class for output

(Inherited from PSEventData)
Properties

Gets or sets the property bag

(Inherited from PSEventData)
ResourceProviderName

Hide ResourceProviderName property in base class for output

(Inherited from PSEventData)
Status

Hide Status property in base class for output

(Inherited from PSEventData)
SubmissionTimestamp

Gets or sets the SubmissionTimestamp of the event

(Inherited from PSEventData)
SubStatus

Hide SubStatus property in base class for output

(Inherited from PSEventData)

Applies to