AnalysisData 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
AnalysisData() |
Initializes a new instance of the AnalysisData class. |
AnalysisData(String, DetectorDefinition, IList<DiagnosticMetricSet>, IList<IList<NameValuePair>>, ResponseMetaData) |
Initializes a new instance of the AnalysisData class. |
AnalysisData()
Initializes a new instance of the AnalysisData class.
public AnalysisData ();
Public Sub New ()
Applies to
AnalysisData(String, DetectorDefinition, IList<DiagnosticMetricSet>, IList<IList<NameValuePair>>, ResponseMetaData)
Initializes a new instance of the AnalysisData class.
public AnalysisData (string source = default, Microsoft.Azure.Management.WebSites.Models.DetectorDefinition detectorDefinition = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.DiagnosticMetricSet> metrics = default, System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.NameValuePair>> data = default, Microsoft.Azure.Management.WebSites.Models.ResponseMetaData detectorMetaData = default);
new Microsoft.Azure.Management.WebSites.Models.AnalysisData : string * Microsoft.Azure.Management.WebSites.Models.DetectorDefinition * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.DiagnosticMetricSet> * System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.NameValuePair>> * Microsoft.Azure.Management.WebSites.Models.ResponseMetaData -> Microsoft.Azure.Management.WebSites.Models.AnalysisData
Public Sub New (Optional source As String = Nothing, Optional detectorDefinition As DetectorDefinition = Nothing, Optional metrics As IList(Of DiagnosticMetricSet) = Nothing, Optional data As IList(Of IList(Of NameValuePair)) = Nothing, Optional detectorMetaData As ResponseMetaData = Nothing)
Parameters
- source
- String
Name of the Detector
- detectorDefinition
- DetectorDefinition
Detector Definition
- metrics
- IList<DiagnosticMetricSet>
Source Metrics
- data
- IList<IList<NameValuePair>>
Additional Source Data
- detectorMetaData
- ResponseMetaData
Detector Meta Data
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET