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.MetricAlertCriteria
WebtestLocationAvailabilityCriteria

Constructor

WebtestLocationAvailabilityCriteria(*, web_test_id: str, component_id: str, failed_location_count: float, additional_properties: Optional[Dict[str, Any]] = None, **kwargs)

Variables

additional_properties
dict[str, any]

Unmatched properties from the message are deserialized to this collection.

odata_type
str or <xref:$>(<xref:python-base-namespace>)Odatatype

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.