WebtestLocationAvailabilityCriteria Class
Specifies the metric alert rule criteria for a web test resource.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.monitor.v2018_03_01.models._models_py3.MetricAlertCriteriaWebtestLocationAvailabilityCriteria
Constructor
WebtestLocationAvailabilityCriteria(*, web_test_id: str, component_id: str, failed_location_count: float, additional_properties: Optional[Dict[str, Any]] = None, **kwargs)
Variables
Unmatched properties from the message are deserialized to this collection.
Required. specifies the type of the alert criteria.Constant filled by server. Possible values include: "Microsoft.Azure.Monitor.SingleResourceMultipleMetricCriteria", "Microsoft.Azure.Monitor.MultipleResourceMultipleMetricCriteria", "Microsoft.Azure.Monitor.WebtestLocationAvailabilityCriteria".
- web_test_id
- str
Required. The Application Insights web test Id.
- component_id
- str
Required. The Application Insights resource Id.
- failed_location_count
- float
Required. The number of failed locations.
Feedback
Submit and view feedback for