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 AnalysisDiagnosticsClient.executeSiteAnalysisSlot(String resourceGroupName, String siteName, String diagnosticCategory, String analysisName, String slot) Execute AnalysisMethods 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 AnalysisDiagnosticsClient.executeSiteAnalysisSlotAsync(String resourceGroupName, String siteName, String diagnosticCategory, String analysisName, String slot) Execute Analysiscom.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 AnalysisMono<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 Analysiscom.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 AnalysisMono<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 -
Uses of DiagnosticAnalysisInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return DiagnosticAnalysisInnerModifier and TypeMethodDescriptionDiagnosticAnalysisInner.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.