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()
Initializes a new instance of the MetricsResultsItem class.
public MetricsResultsItem ();
Public Sub New ()
Applies to
MetricsResultsItem(String, Int32, MetricsResult)
Initializes a new instance of the MetricsResultsItem class.
public MetricsResultsItem (string id, int status, Microsoft.Azure.ApplicationInsights.Models.MetricsResult body);
new Microsoft.Azure.ApplicationInsights.Models.MetricsResultsItem : string * int * Microsoft.Azure.ApplicationInsights.Models.MetricsResult -> Microsoft.Azure.ApplicationInsights.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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET