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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET