MetricAlertStatus Class

An alert status.

Inheritance
MetricAlertStatus

Constructor

MetricAlertStatus(*, name: Optional[str] = None, id: Optional[str] = None, type: Optional[str] = None, properties: Optional[azure.mgmt.monitor.v2018_03_01.models._models_py3.MetricAlertStatusProperties] = None, **kwargs)

Variables

name
str

The status name.

id
str

The alert rule arm id.

type
str

The extended resource type name.

properties
<xref:$>(<xref:python-base-namespace>)MetricAlertStatusProperties

The alert status properties of the metric alert status.