DiagnosticDetectorResponse 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
DiagnosticDetectorResponse()
public DiagnosticDetectorResponse ();
Public Sub New ()
Applies to
DiagnosticDetectorResponse(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, DetectorDefinition, IList<DiagnosticMetricSet>, IList<DetectorAbnormalTimePeriod>, IList<IList<NameValuePair>>, ResponseMetaData)
public DiagnosticDetectorResponse (string id = default, string name = default, string kind = default, string type = default, DateTime? startTime = default, DateTime? endTime = default, bool? issueDetected = default, Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.DetectorDefinition detectorDefinition = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.DiagnosticMetricSet> metrics = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.DetectorAbnormalTimePeriod> abnormalTimePeriods = default, System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.NameValuePair>> data = default, Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.ResponseMetaData responseMetaData = default);
new Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.DiagnosticDetectorResponse : string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * Nullable<bool> * Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.DetectorDefinition * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.DiagnosticMetricSet> * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.DetectorAbnormalTimePeriod> * System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.NameValuePair>> * Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.ResponseMetaData -> Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.DiagnosticDetectorResponse
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional issueDetected As Nullable(Of Boolean) = Nothing, Optional detectorDefinition As DetectorDefinition = Nothing, Optional metrics As IList(Of DiagnosticMetricSet) = Nothing, Optional abnormalTimePeriods As IList(Of DetectorAbnormalTimePeriod) = Nothing, Optional data As IList(Of IList(Of NameValuePair)) = Nothing, Optional responseMetaData As ResponseMetaData = Nothing)
Parameters
- id
- String
- name
- String
- kind
- String
- type
- String
- detectorDefinition
- DetectorDefinition
- metrics
- IList<DiagnosticMetricSet>
- abnormalTimePeriods
- IList<DetectorAbnormalTimePeriod>
- data
- IList<IList<NameValuePair>>
- responseMetaData
- ResponseMetaData