C# Class Microsoft.Azure.Commands.Insights.OutputClasses.PSEventData

Wrapps around the EventData and exposes all the localized strings as invariant/localized properties
Inheritance: IPSEventData
Show file Open project: Azure/azure-powershell

Public Methods

Method Description
PSEventData ( Microsoft.Azure.Insights.Models.EventData eventData ) : Microsoft.Azure.Insights.Models

Initializes a new instance of the EventData class.

Method Details

PSEventData() public method

Initializes a new instance of the EventData class.
public PSEventData ( Microsoft.Azure.Insights.Models.EventData eventData ) : Microsoft.Azure.Insights.Models
eventData Microsoft.Azure.Insights.Models.EventData
return Microsoft.Azure.Insights.Models