Incident 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
Incident() | |
Incident(String, String, Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>) |
Incident()
public Incident ();
Public Sub New ()
Applies to
Incident(String, String, Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>)
public Incident (string name = default, string ruleName = default, bool? isActive = default, DateTime? activatedTime = default, DateTime? resolvedTime = default);
new Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.Incident : string * string * Nullable<bool> * Nullable<DateTime> * Nullable<DateTime> -> Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.Incident
Public Sub New (Optional name As String = Nothing, Optional ruleName As String = Nothing, Optional isActive As Nullable(Of Boolean) = Nothing, Optional activatedTime As Nullable(Of DateTime) = Nothing, Optional resolvedTime As Nullable(Of DateTime) = Nothing)
Parameters
- name
- String
- ruleName
- String