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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET