Share via


EventsAiInfo Constructors

Definition

Overloads

EventsAiInfo()

Initializes a new instance of the EventsAiInfo class.

EventsAiInfo(String, String, String, String)

Initializes a new instance of the EventsAiInfo class.

EventsAiInfo()

Source:
EventsAiInfo.cs

Initializes a new instance of the EventsAiInfo class.

public EventsAiInfo ();
Public Sub New ()

Applies to

EventsAiInfo(String, String, String, String)

Source:
EventsAiInfo.cs

Initializes a new instance of the EventsAiInfo class.

public EventsAiInfo (string iKey = default, string appName = default, string appId = default, string sdkVersion = default);
new Microsoft.Azure.ApplicationInsights.Query.Models.EventsAiInfo : string * string * string * string -> Microsoft.Azure.ApplicationInsights.Query.Models.EventsAiInfo
Public Sub New (Optional iKey As String = Nothing, Optional appName As String = Nothing, Optional appId As String = Nothing, Optional sdkVersion As String = Nothing)

Parameters

iKey
String

iKey of the app

appName
String

Name of the application

appId
String

ID of the application

sdkVersion
String

SDK version of the application

Applies to