TraceTelemetry 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
TraceTelemetry() |
Initializes a new instance of the TraceTelemetry class. |
TraceTelemetry(String) |
Initializes a new instance of the TraceTelemetry class. |
TraceTelemetry(String, SeverityLevel) |
Initializes a new instance of the TraceTelemetry class. |
TraceTelemetry()
Initializes a new instance of the TraceTelemetry class.
public TraceTelemetry ();
Public Sub New ()
Applies to
TraceTelemetry(String)
Initializes a new instance of the TraceTelemetry class.
public TraceTelemetry (string message);
new Microsoft.ApplicationInsights.DataContracts.TraceTelemetry : string -> Microsoft.ApplicationInsights.DataContracts.TraceTelemetry
Public Sub New (message As String)
Parameters
- message
- String
Applies to
TraceTelemetry(String, SeverityLevel)
Initializes a new instance of the TraceTelemetry class.
public TraceTelemetry (string message, Microsoft.ApplicationInsights.DataContracts.SeverityLevel severityLevel);
new Microsoft.ApplicationInsights.DataContracts.TraceTelemetry : string * Microsoft.ApplicationInsights.DataContracts.SeverityLevel -> Microsoft.ApplicationInsights.DataContracts.TraceTelemetry
Public Sub New (message As String, severityLevel As SeverityLevel)
Parameters
- message
- String
- severityLevel
- SeverityLevel
Applies to
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.
Azure SDK for .NET