MetricAlertStatus Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET