Uses of Class
com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisInner
Packages that use DiagnosticAnalysisInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
-
Uses of DiagnosticAnalysisInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return DiagnosticAnalysisInnerModifier and TypeMethodDescriptionDiagnosticsClient.executeSiteAnalysis(String resourceGroupName, String siteName, String diagnosticCategory, String analysisName) Execute Analysis Description for Execute Analysis.DiagnosticsClient.executeSiteAnalysisSlot(String resourceGroupName, String siteName, String diagnosticCategory, String analysisName, String slot) Execute Analysis Description for Execute Analysis.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type DiagnosticAnalysisInnerModifier and TypeMethodDescriptionDiagnosticsClient.executeSiteAnalysisAsync(String resourceGroupName, String siteName, String diagnosticCategory, String analysisName) Execute Analysis Description for Execute Analysis.DiagnosticsClient.executeSiteAnalysisSlotAsync(String resourceGroupName, String siteName, String diagnosticCategory, String analysisName, String slot) Execute Analysis Description for Execute Analysis.com.azure.core.http.rest.Response<DiagnosticAnalysisInner> DiagnosticsClient.executeSiteAnalysisSlotWithResponse(String resourceGroupName, String siteName, String diagnosticCategory, String analysisName, String slot, OffsetDateTime startTime, OffsetDateTime endTime, String timeGrain, com.azure.core.util.Context context) Execute Analysis Description for Execute Analysis.Mono<com.azure.core.http.rest.Response<DiagnosticAnalysisInner>> DiagnosticsClient.executeSiteAnalysisSlotWithResponseAsync(String resourceGroupName, String siteName, String diagnosticCategory, String analysisName, String slot, OffsetDateTime startTime, OffsetDateTime endTime, String timeGrain) Execute Analysis Description for Execute Analysis.com.azure.core.http.rest.Response<DiagnosticAnalysisInner> DiagnosticsClient.executeSiteAnalysisWithResponse(String resourceGroupName, String siteName, String diagnosticCategory, String analysisName, OffsetDateTime startTime, OffsetDateTime endTime, String timeGrain, com.azure.core.util.Context context) Execute Analysis Description for Execute Analysis.Mono<com.azure.core.http.rest.Response<DiagnosticAnalysisInner>> DiagnosticsClient.executeSiteAnalysisWithResponseAsync(String resourceGroupName, String siteName, String diagnosticCategory, String analysisName, OffsetDateTime startTime, OffsetDateTime endTime, String timeGrain) Execute Analysis Description for Execute Analysis. -
Uses of DiagnosticAnalysisInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return DiagnosticAnalysisInnerModifier and TypeMethodDescriptionstatic DiagnosticAnalysisInnerDiagnosticAnalysisInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DiagnosticAnalysisInner from the JsonReader.DiagnosticAnalysisInner.withAbnormalTimePeriods(List<AbnormalTimePeriod> abnormalTimePeriods) Set the abnormalTimePeriods property: List of time periods.DiagnosticAnalysisInner.withEndTime(OffsetDateTime endTime) Set the endTime property: End time of the period.Set the kind property: Kind of resource.DiagnosticAnalysisInner.withNonCorrelatedDetectors(List<DetectorDefinition> nonCorrelatedDetectors) Set the nonCorrelatedDetectors property: Data by each detector for detectors that did not corelate.DiagnosticAnalysisInner.withPayload(List<AnalysisData> payload) Set the payload property: Data by each detector.DiagnosticAnalysisInner.withStartTime(OffsetDateTime startTime) Set the startTime property: Start time of the period.