PerformanceCounterTelemetry 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
PerformanceCounterTelemetry() |
Initializes a new instance of the PerformanceCounterTelemetry class. |
PerformanceCounterTelemetry(String, String, String, Double) |
Initializes a new instance of the PerformanceCounterTelemetry class. |
PerformanceCounterTelemetry()
Initializes a new instance of the PerformanceCounterTelemetry class.
public PerformanceCounterTelemetry ();
Public Sub New ()
Applies to
PerformanceCounterTelemetry(String, String, String, Double)
Initializes a new instance of the PerformanceCounterTelemetry class.
public PerformanceCounterTelemetry (string categoryName, string counterName, string instanceName, double value);
new Microsoft.ApplicationInsights.DataContracts.PerformanceCounterTelemetry : string * string * string * double -> Microsoft.ApplicationInsights.DataContracts.PerformanceCounterTelemetry
Public Sub New (categoryName As String, counterName As String, instanceName As String, value As Double)
Parameters
- categoryName
- String
Category name.
- counterName
- String
Performance counter name.
- instanceName
- String
Instance name.
- value
- Double
Performance counter value.
Applies to
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.
Azure SDK for .NET