MetricAlertStatusProperties Constructors

Definition

Overloads

MetricAlertStatusProperties()

Initializes a new instance of the MetricAlertStatusProperties class.

MetricAlertStatusProperties(IDictionary<String,String>, String, Nullable<DateTime>)

Initializes a new instance of the MetricAlertStatusProperties class.

MetricAlertStatusProperties()

Initializes a new instance of the MetricAlertStatusProperties class.

public MetricAlertStatusProperties ();
Public Sub New ()

Applies to

MetricAlertStatusProperties(IDictionary<String,String>, String, Nullable<DateTime>)

Initializes a new instance of the MetricAlertStatusProperties class.

public MetricAlertStatusProperties (System.Collections.Generic.IDictionary<string,string> dimensions = default, string status = default, DateTime? timestamp = default);
new Microsoft.Azure.Management.Monitor.Models.MetricAlertStatusProperties : System.Collections.Generic.IDictionary<string, string> * string * Nullable<DateTime> -> Microsoft.Azure.Management.Monitor.Models.MetricAlertStatusProperties
Public Sub New (Optional dimensions As IDictionary(Of String, String) = Nothing, Optional status As String = Nothing, Optional timestamp As Nullable(Of DateTime) = Nothing)

Parameters

dimensions
IDictionary<String,String>

An object describing the type of the dimensions.

status
String

status value

timestamp
Nullable<DateTime>

UTC time when the status was checked.

Applies to