Uses of Class
com.azure.resourcemanager.appservice.models.AnalysisData
Packages that use AnalysisData
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of AnalysisData in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type AnalysisDataModifier and TypeMethodDescriptionDiagnosticAnalysisInner.payload()Get the payload property: Data by each detector.DiagnosticAnalysisProperties.payload()Get the payload property: Data by each detector.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type AnalysisDataModifier and TypeMethodDescriptionDiagnosticAnalysisInner.withPayload(List<AnalysisData> payload) Set the payload property: Data by each detector.DiagnosticAnalysisProperties.withPayload(List<AnalysisData> payload) Set the payload property: Data by each detector. -
Uses of AnalysisData in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type AnalysisDataModifier and TypeClassDescriptionfinal classClass Representing Detector Evidence used for analysis.Methods in com.azure.resourcemanager.appservice.models that return AnalysisDataModifier and TypeMethodDescriptionstatic AnalysisDataAnalysisData.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AnalysisData from the JsonReader.AnalysisData.withData(List<List<NameValuePair>> data) Set the data property: Additional Source Data.AnalysisData.withDetectorDefinition(DetectorDefinition detectorDefinition) Set the detectorDefinition property: Detector Definition.AnalysisData.withDetectorMetadata(ResponseMetadata detectorMetadata) Set the detectorMetadata property: Detector Meta Data.AnalysisData.withMetrics(List<DiagnosticMetricSet> metrics) Set the metrics property: Source Metrics.AnalysisData.withSource(String source) Set the source property: Name of the Detector.