Uses of Class
com.azure.resourcemanager.appservice.fluent.models.DetectorDefinition
-
Packages that use DetectorDefinition Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 DetectorDefinition Modifier and Type Method Description DetectorDefinitionDiagnosticDetectorResponseInner. detectorDefinition()Get the detectorDefinition property: Detector's definition.DetectorDefinitionDiagnosticDetectorResponseProperties. detectorDefinition()Get the detectorDefinition property: Detector's definition.Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type DetectorDefinition Modifier and Type Method Description List<DetectorDefinition>DiagnosticAnalysisInner. nonCorrelatedDetectors()Get the nonCorrelatedDetectors property: Data by each detector for detectors that did not corelate.List<DetectorDefinition>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 DetectorDefinition Modifier and Type Method Description DiagnosticDetectorResponseInnerDiagnosticDetectorResponseInner. withDetectorDefinition(DetectorDefinition detectorDefinition)Set the detectorDefinition property: Detector's definition.DiagnosticDetectorResponsePropertiesDiagnosticDetectorResponseProperties. withDetectorDefinition(DetectorDefinition detectorDefinition)Set the detectorDefinition property: Detector's definition.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type DetectorDefinition Modifier and Type Method Description DiagnosticAnalysisInnerDiagnosticAnalysisInner. withNonCorrelatedDetectors(List<DetectorDefinition> nonCorrelatedDetectors)Set the nonCorrelatedDetectors property: Data by each detector for detectors that did not corelate.DiagnosticAnalysisPropertiesDiagnosticAnalysisProperties. 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 DetectorDefinition Modifier and Type Method Description DetectorDefinitionAnalysisData. detectorDefinition()Get the detectorDefinition property: Detector Definition.Methods in com.azure.resourcemanager.appservice.models with parameters of type DetectorDefinition Modifier and Type Method Description AnalysisDataAnalysisData. withDetectorDefinition(DetectorDefinition detectorDefinition)Set the detectorDefinition property: Detector Definition.
-