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

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

Public Properties

Property Type Description
SelectedFieldsForQuery string

Public Methods

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

Initializes a new instance of the EventData class.

Method Details

PSEventDataNoDetails() public method

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

Property Details

SelectedFieldsForQuery public static property

List of fields to be fetched when no details are needed
public static string SelectedFieldsForQuery
return string