Share via


EventsSessionInfo Constructors

Definition

Overloads

EventsSessionInfo()

Initializes a new instance of the EventsSessionInfo class.

EventsSessionInfo(String)

Initializes a new instance of the EventsSessionInfo class.

EventsSessionInfo()

Source:
EventsSessionInfo.cs

Initializes a new instance of the EventsSessionInfo class.

public EventsSessionInfo ();
Public Sub New ()

Applies to

EventsSessionInfo(String)

Source:
EventsSessionInfo.cs

Initializes a new instance of the EventsSessionInfo class.

public EventsSessionInfo (string id = default);
new Microsoft.Azure.ApplicationInsights.Query.Models.EventsSessionInfo : string -> Microsoft.Azure.ApplicationInsights.Query.Models.EventsSessionInfo
Public Sub New (Optional id As String = Nothing)

Parameters

id
String

ID of the session

Applies to