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() | |
MetricAlertStatus(String, String, String, MetricAlertStatusProperties) |
MetricAlertStatus()
public MetricAlertStatus ();
Public Sub New ()
Applies to
MetricAlertStatus(String, String, String, MetricAlertStatusProperties)
public MetricAlertStatus (string name = default, string id = default, string type = default, Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.MetricAlertStatusProperties properties = default);
new Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.MetricAlertStatus : string * string * string * Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.MetricAlertStatusProperties -> Microsoft.Azure.Management.Monitor.Version2018_09_01.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
- id
- String
- type
- String
- properties
- MetricAlertStatusProperties