Uses of Class
com.azure.resourcemanager.appservice.fluent.models.DiagnosticDetectorResponseInner
Packages that use DiagnosticDetectorResponseInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
-
Uses of DiagnosticDetectorResponseInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return DiagnosticDetectorResponseInnerModifier and TypeMethodDescriptionDiagnosticsClient.executeSiteDetector(String resourceGroupName, String siteName, String detectorName, String diagnosticCategory) Execute Detector Description for Execute Detector.DiagnosticsClient.executeSiteDetectorSlot(String resourceGroupName, String siteName, String detectorName, String diagnosticCategory, String slot) Execute Detector Description for Execute Detector.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type DiagnosticDetectorResponseInnerModifier and TypeMethodDescriptionDiagnosticsClient.executeSiteDetectorAsync(String resourceGroupName, String siteName, String detectorName, String diagnosticCategory) Execute Detector Description for Execute Detector.DiagnosticsClient.executeSiteDetectorSlotAsync(String resourceGroupName, String siteName, String detectorName, String diagnosticCategory, String slot) Execute Detector Description for Execute Detector.com.azure.core.http.rest.Response<DiagnosticDetectorResponseInner> DiagnosticsClient.executeSiteDetectorSlotWithResponse(String resourceGroupName, String siteName, String detectorName, String diagnosticCategory, String slot, OffsetDateTime startTime, OffsetDateTime endTime, String timeGrain, com.azure.core.util.Context context) Execute Detector Description for Execute Detector.Mono<com.azure.core.http.rest.Response<DiagnosticDetectorResponseInner>> DiagnosticsClient.executeSiteDetectorSlotWithResponseAsync(String resourceGroupName, String siteName, String detectorName, String diagnosticCategory, String slot, OffsetDateTime startTime, OffsetDateTime endTime, String timeGrain) Execute Detector Description for Execute Detector.com.azure.core.http.rest.Response<DiagnosticDetectorResponseInner> DiagnosticsClient.executeSiteDetectorWithResponse(String resourceGroupName, String siteName, String detectorName, String diagnosticCategory, OffsetDateTime startTime, OffsetDateTime endTime, String timeGrain, com.azure.core.util.Context context) Execute Detector Description for Execute Detector.Mono<com.azure.core.http.rest.Response<DiagnosticDetectorResponseInner>> DiagnosticsClient.executeSiteDetectorWithResponseAsync(String resourceGroupName, String siteName, String detectorName, String diagnosticCategory, OffsetDateTime startTime, OffsetDateTime endTime, String timeGrain) Execute Detector Description for Execute Detector. -
Uses of DiagnosticDetectorResponseInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return DiagnosticDetectorResponseInnerModifier and TypeMethodDescriptionDiagnosticDetectorResponseInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DiagnosticDetectorResponseInner from the JsonReader.DiagnosticDetectorResponseInner.withAbnormalTimePeriods(List<DetectorAbnormalTimePeriod> abnormalTimePeriods) Set the abnormalTimePeriods property: List of Correlated events found by the detector.DiagnosticDetectorResponseInner.withData(List<List<NameValuePair>> data) Set the data property: Additional Data that detector wants to send.DiagnosticDetectorResponseInner.withDetectorDefinition(DetectorDefinition detectorDefinition) Set the detectorDefinition property: Detector's definition.DiagnosticDetectorResponseInner.withEndTime(OffsetDateTime endTime) Set the endTime property: End time of the period.DiagnosticDetectorResponseInner.withIssueDetected(Boolean issueDetected) Set the issueDetected property: Flag representing Issue was detected.Set the kind property: Kind of resource.DiagnosticDetectorResponseInner.withMetrics(List<DiagnosticMetricSet> metrics) Set the metrics property: Metrics provided by the detector.DiagnosticDetectorResponseInner.withResponseMetadata(ResponseMetadata responseMetadata) Set the responseMetadata property: Meta Data.DiagnosticDetectorResponseInner.withStartTime(OffsetDateTime startTime) Set the startTime property: Start time of the period.