C# 클래스 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
상속: IPSEventData
파일 보기 프로젝트 열기: Azure/azure-powershell

공개 프로퍼티들

프로퍼티 타입 설명
SelectedFieldsForQuery string

공개 메소드들

메소드 설명
PSEventDataNoDetails ( Microsoft.Azure.Insights.Models.EventData eventData ) : Microsoft.Azure.Insights.Models

Initializes a new instance of the EventData class.

메소드 상세

PSEventDataNoDetails() 공개 메소드

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
리턴 Microsoft.Azure.Insights.Models

프로퍼티 상세

SelectedFieldsForQuery 공개적으로 정적으로 프로퍼티

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