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, DetectorDefinitionInner, 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, DetectorDefinitionInner, IList<DiagnosticMetricSet>, IList<IList<NameValuePair>>, ResponseMetaData)
Initializes a new instance of the AnalysisData class.
public AnalysisData(string source = default, Microsoft.Azure.Management.AppService.Fluent.Models.DetectorDefinitionInner detectorDefinition = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.DiagnosticMetricSet> metrics = default, System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.NameValuePair>> data = default, Microsoft.Azure.Management.AppService.Fluent.Models.ResponseMetaData detectorMetaData = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.AnalysisData : string * Microsoft.Azure.Management.AppService.Fluent.Models.DetectorDefinitionInner * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.DiagnosticMetricSet> * System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.NameValuePair>> * Microsoft.Azure.Management.AppService.Fluent.Models.ResponseMetaData -> Microsoft.Azure.Management.AppService.Fluent.Models.AnalysisData
Public Sub New (Optional source As String = Nothing, Optional detectorDefinition As DetectorDefinitionInner = 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
- DetectorDefinitionInner
Detector Definition
- metrics
- IList<DiagnosticMetricSet>
Source Metrics
- data
- IList<IList<NameValuePair>>
Additional Source Data
- detectorMetaData
- ResponseMetaData
Detector Meta Data
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET