MetricsResultsItem 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
MetricsResultsItem() |
Initializes a new instance of the MetricsResultsItem class. |
MetricsResultsItem(String, Int32, MetricsResult) |
Initializes a new instance of the MetricsResultsItem class. |
MetricsResultsItem()
- Source:
- MetricsResultsItem.cs
Initializes a new instance of the MetricsResultsItem class.
public MetricsResultsItem ();
Public Sub New ()
Applies to
MetricsResultsItem(String, Int32, MetricsResult)
- Source:
- MetricsResultsItem.cs
Initializes a new instance of the MetricsResultsItem class.
public MetricsResultsItem (string id, int status, Microsoft.Azure.ApplicationInsights.Query.Models.MetricsResult body);
new Microsoft.Azure.ApplicationInsights.Query.Models.MetricsResultsItem : string * int * Microsoft.Azure.ApplicationInsights.Query.Models.MetricsResult -> Microsoft.Azure.ApplicationInsights.Query.Models.MetricsResultsItem
Public Sub New (id As String, status As Integer, body As MetricsResult)
Parameters
- id
- String
The specified ID for this metric.
- status
- Int32
The HTTP status code of this metric query.
- body
- MetricsResult
The results of this metric query.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET