EventsAiInfo Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET