WebtestLocationAvailabilityCriteria Class
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.
Specifies the metric alert rule criteria for a web test resource.
[Newtonsoft.Json.JsonObject("Microsoft.Azure.Monitor.WebtestLocationAvailabilityCriteria")]
public class WebtestLocationAvailabilityCriteria : Microsoft.Azure.Management.Monitor.Models.MetricAlertCriteria
[<Newtonsoft.Json.JsonObject("Microsoft.Azure.Monitor.WebtestLocationAvailabilityCriteria")>]
type WebtestLocationAvailabilityCriteria = class
inherit MetricAlertCriteria
Public Class WebtestLocationAvailabilityCriteria
Inherits MetricAlertCriteria
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
WebtestLocationAvailabilityCriteria() |
Initializes a new instance of the WebtestLocationAvailabilityCriteria class. |
WebtestLocationAvailabilityCriteria(String, String, Double, IDictionary<String,Object>) |
Initializes a new instance of the WebtestLocationAvailabilityCriteria class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection (Inherited from MetricAlertCriteria) |
ComponentId |
Gets or sets the Application Insights resource Id. |
FailedLocationCount |
Gets or sets the number of failed locations. |
WebTestId |
Gets or sets the Application Insights web test Id. |
Methods
Validate() |
Validate the object. |