Share via


DetectorAbnormalTimePeriod Constructors

Definition

Overloads

DetectorAbnormalTimePeriod()
DetectorAbnormalTimePeriod(Nullable<DateTime>, Nullable<DateTime>, String, String, Nullable<Double>, IList<IList<NameValuePair>>, Nullable<IssueType>, IList<Solution>)

DetectorAbnormalTimePeriod()

public DetectorAbnormalTimePeriod ();
Public Sub New ()

Applies to

DetectorAbnormalTimePeriod(Nullable<DateTime>, Nullable<DateTime>, String, String, Nullable<Double>, IList<IList<NameValuePair>>, Nullable<IssueType>, IList<Solution>)

public DetectorAbnormalTimePeriod (DateTime? startTime = default, DateTime? endTime = default, string message = default, string source = default, double? priority = default, System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.NameValuePair>> metaData = default, Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.IssueType? type = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.Solution> solutions = default);
new Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.DetectorAbnormalTimePeriod : Nullable<DateTime> * Nullable<DateTime> * string * string * Nullable<double> * System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.NameValuePair>> * Nullable<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.IssueType> * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.Solution> -> Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.DetectorAbnormalTimePeriod
Public Sub New (Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional message As String = Nothing, Optional source As String = Nothing, Optional priority As Nullable(Of Double) = Nothing, Optional metaData As IList(Of IList(Of NameValuePair)) = Nothing, Optional type As Nullable(Of IssueType) = Nothing, Optional solutions As IList(Of Solution) = Nothing)

Parameters

startTime
Nullable<DateTime>
endTime
Nullable<DateTime>
message
String
source
String
priority
Nullable<Double>
solutions
IList<Solution>

Applies to