EventsTraceInfo 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
EventsTraceInfo() |
Initializes a new instance of the EventsTraceInfo class. |
EventsTraceInfo(String, Nullable<Int32>) |
Initializes a new instance of the EventsTraceInfo class. |
EventsTraceInfo()
Initializes a new instance of the EventsTraceInfo class.
public EventsTraceInfo ();
Public Sub New ()
Applies to
EventsTraceInfo(String, Nullable<Int32>)
Initializes a new instance of the EventsTraceInfo class.
public EventsTraceInfo (string message = default, int? severityLevel = default);
new Microsoft.Azure.ApplicationInsights.Models.EventsTraceInfo : string * Nullable<int> -> Microsoft.Azure.ApplicationInsights.Models.EventsTraceInfo
Public Sub New (Optional message As String = Nothing, Optional severityLevel As Nullable(Of Integer) = Nothing)
Parameters
- message
- String
The trace message
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET