Uses of Class
com.azure.resourcemanager.appservice.fluent.models.DetectorDefinition
Packages that use DetectorDefinition
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of DetectorDefinition in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return DetectorDefinitionModifier and TypeMethodDescriptionDiagnosticDetectorResponseInner.detectorDefinition()
Get the detectorDefinition property: Detector's definition.DiagnosticDetectorResponseProperties.detectorDefinition()
Get the detectorDefinition property: Detector's definition.static DetectorDefinition
DetectorDefinition.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DetectorDefinition from the JsonReader.Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type DetectorDefinitionModifier and TypeMethodDescriptionDiagnosticAnalysisInner.nonCorrelatedDetectors()
Get the nonCorrelatedDetectors property: Data by each detector for detectors that did not corelate.DiagnosticAnalysisProperties.nonCorrelatedDetectors()
Get the nonCorrelatedDetectors property: Data by each detector for detectors that did not corelate.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type DetectorDefinitionModifier and TypeMethodDescriptionDiagnosticDetectorResponseInner.withDetectorDefinition
(DetectorDefinition detectorDefinition) Set the detectorDefinition property: Detector's definition.DiagnosticDetectorResponseProperties.withDetectorDefinition
(DetectorDefinition detectorDefinition) Set the detectorDefinition property: Detector's definition.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type DetectorDefinitionModifier and TypeMethodDescriptionDiagnosticAnalysisInner.withNonCorrelatedDetectors
(List<DetectorDefinition> nonCorrelatedDetectors) Set the nonCorrelatedDetectors property: Data by each detector for detectors that did not corelate.DiagnosticAnalysisProperties.withNonCorrelatedDetectors
(List<DetectorDefinition> nonCorrelatedDetectors) Set the nonCorrelatedDetectors property: Data by each detector for detectors that did not corelate. -
Uses of DetectorDefinition in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return DetectorDefinitionModifier and TypeMethodDescriptionAnalysisData.detectorDefinition()
Get the detectorDefinition property: Detector Definition.Methods in com.azure.resourcemanager.appservice.models with parameters of type DetectorDefinitionModifier and TypeMethodDescriptionAnalysisData.withDetectorDefinition
(DetectorDefinition detectorDefinition) Set the detectorDefinition property: Detector Definition.