Uses of Class
com.azure.resourcemanager.appservice.fluent.models.DiagnosticDetectorResponseInner
-
Packages that use DiagnosticDetectorResponseInner Package Description com.azure.resourcemanager.appservice.fluent Package containing the service clients for WebSiteManagementClient.com.azure.resourcemanager.appservice.fluent.models 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 DiagnosticDetectorResponseInner Modifier and Type Method Description DiagnosticDetectorResponseInnerDiagnosticsClient. executeSiteDetector(String resourceGroupName, String siteName, String detectorName, String diagnosticCategory)Description for Execute Detector.DiagnosticDetectorResponseInnerDiagnosticsClient. executeSiteDetectorSlot(String resourceGroupName, String siteName, String detectorName, String diagnosticCategory, String slot)Description for Execute Detector.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type DiagnosticDetectorResponseInner Modifier and Type Method Description Mono<DiagnosticDetectorResponseInner>DiagnosticsClient. executeSiteDetectorAsync(String resourceGroupName, String siteName, String detectorName, String diagnosticCategory)Description for Execute Detector.Mono<DiagnosticDetectorResponseInner>DiagnosticsClient. executeSiteDetectorAsync(String resourceGroupName, String siteName, String detectorName, String diagnosticCategory, OffsetDateTime startTime, OffsetDateTime endTime, String timeGrain)Description for Execute Detector.Mono<DiagnosticDetectorResponseInner>DiagnosticsClient. executeSiteDetectorSlotAsync(String resourceGroupName, String siteName, String detectorName, String diagnosticCategory, String slot)Description for Execute Detector.Mono<DiagnosticDetectorResponseInner>DiagnosticsClient. executeSiteDetectorSlotAsync(String resourceGroupName, String siteName, String detectorName, String diagnosticCategory, String slot, OffsetDateTime startTime, OffsetDateTime endTime, String timeGrain)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)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)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)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)Description for Execute Detector. -
Uses of DiagnosticDetectorResponseInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return DiagnosticDetectorResponseInner Modifier and Type Method Description DiagnosticDetectorResponseInnerDiagnosticDetectorResponseInner. withAbnormalTimePeriods(List<DetectorAbnormalTimePeriod> abnormalTimePeriods)Set the abnormalTimePeriods property: List of Correlated events found by the detector.DiagnosticDetectorResponseInnerDiagnosticDetectorResponseInner. withData(List<List<NameValuePair>> data)Set the data property: Additional Data that detector wants to send.DiagnosticDetectorResponseInnerDiagnosticDetectorResponseInner. withDetectorDefinition(DetectorDefinition detectorDefinition)Set the detectorDefinition property: Detector's definition.DiagnosticDetectorResponseInnerDiagnosticDetectorResponseInner. withEndTime(OffsetDateTime endTime)Set the endTime property: End time of the period.DiagnosticDetectorResponseInnerDiagnosticDetectorResponseInner. withIssueDetected(Boolean issueDetected)Set the issueDetected property: Flag representing Issue was detected.DiagnosticDetectorResponseInnerDiagnosticDetectorResponseInner. withKind(String kind)Set the kind property: Kind of resource.DiagnosticDetectorResponseInnerDiagnosticDetectorResponseInner. withMetrics(List<DiagnosticMetricSet> metrics)Set the metrics property: Metrics provided by the detector.DiagnosticDetectorResponseInnerDiagnosticDetectorResponseInner. withResponseMetadata(ResponseMetadata responseMetadata)Set the responseMetadata property: Meta Data.DiagnosticDetectorResponseInnerDiagnosticDetectorResponseInner. withStartTime(OffsetDateTime startTime)Set the startTime property: Start time of the period.
-