MetricAlertStatus Constructors

Definition

Overloads

MetricAlertStatus()

Initializes a new instance of the MetricAlertStatus class.

MetricAlertStatus(String, String, String, MetricAlertStatusProperties)

Initializes a new instance of the MetricAlertStatus class.

MetricAlertStatus()

Initializes a new instance of the MetricAlertStatus class.

public MetricAlertStatus ();
Public Sub New ()

Applies to

MetricAlertStatus(String, String, String, MetricAlertStatusProperties)

Initializes a new instance of the MetricAlertStatus class.

public MetricAlertStatus (string name = default, string id = default, string type = default, Microsoft.Azure.Management.Monitor.Models.MetricAlertStatusProperties properties = default);
new Microsoft.Azure.Management.Monitor.Models.MetricAlertStatus : string * string * string * Microsoft.Azure.Management.Monitor.Models.MetricAlertStatusProperties -> Microsoft.Azure.Management.Monitor.Models.MetricAlertStatus
Public Sub New (Optional name As String = Nothing, Optional id As String = Nothing, Optional type As String = Nothing, Optional properties As MetricAlertStatusProperties = Nothing)

Parameters

name
String

The status name.

id
String

The alert rule arm id.

type
String

The extended resource type name.

properties
MetricAlertStatusProperties

The alert status properties of the metric alert status.

Applies to