Uses of Class
com.azure.ai.metricsadvisor.models.AlertQueryTimeMode
Packages that use AlertQueryTimeMode
Package
Description
Package containing the data models for MetricsAdvisor.
-
Uses of AlertQueryTimeMode in com.azure.ai.metricsadvisor.models
Fields in com.azure.ai.metricsadvisor.models declared as AlertQueryTimeModeModifier and TypeFieldDescriptionstatic final AlertQueryTimeModeAlertQueryTimeMode.ANOMALY_TIMEStatic value AnomalyTime for AlertQueryTimeMode.static final AlertQueryTimeModeAlertQueryTimeMode.CREATED_TIMEStatic value CreatedTime for AlertQueryTimeMode.static final AlertQueryTimeModeAlertQueryTimeMode.MODIFIED_TIMEStatic value ModifiedTime for AlertQueryTimeMode.Methods in com.azure.ai.metricsadvisor.models that return AlertQueryTimeModeModifier and TypeMethodDescriptionstatic AlertQueryTimeModeAlertQueryTimeMode.fromString(String name) Creates or finds a AlertQueryTimeMode from its string representation.ListAlertOptions.getTimeMode()Gets the time mode.Methods in com.azure.ai.metricsadvisor.models that return types with arguments of type AlertQueryTimeModeModifier and TypeMethodDescriptionstatic Collection<AlertQueryTimeMode> AlertQueryTimeMode.values()Returns the known AlertQueryTimeMode values.Methods in com.azure.ai.metricsadvisor.models with parameters of type AlertQueryTimeModeModifier and TypeMethodDescriptionListAlertOptions.setAlertQueryTimeMode(AlertQueryTimeMode alertQueryTimeMode) Set the query time mode.