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()
Initializes a new instance of the EventsAiInfo class.
public EventsAiInfo ();
Public Sub New ()
Applies to
EventsAiInfo(String, String, String, String)
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.Models.EventsAiInfo : string * string * string * string -> Microsoft.Azure.ApplicationInsights.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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET