Uses of Class
com.azure.ai.metricsadvisor.administration.models.NotificationHook
Packages that use NotificationHook
Package
Description
Package containing classes for creating a
MetricsAdvisorAdministrationAsyncClient
and MetricsAdvisorAdministrationClient
to perform operations on Azure Metrics Advisor service.Package containing model types for Metrics Advisor administration operations.
-
Uses of NotificationHook in com.azure.ai.metricsadvisor.administration
Methods in com.azure.ai.metricsadvisor.administration that return NotificationHookModifier and TypeMethodDescriptionMetricsAdvisorAdministrationClient.createHook(NotificationHook notificationHook) Creates a notificationHook that receives anomaly incident alerts.Get a hook by its id.MetricsAdvisorAdministrationClient.updateHook(NotificationHook notificationHook) Update an existing notificationHook.Methods in com.azure.ai.metricsadvisor.administration that return types with arguments of type NotificationHookModifier and TypeMethodDescriptionMetricsAdvisorAdministrationAsyncClient.createHook(NotificationHook notificationHook) Creates a notificationHook that receives anomaly incident alerts.Mono<com.azure.core.http.rest.Response<NotificationHook>>MetricsAdvisorAdministrationAsyncClient.createHookWithResponse(NotificationHook notificationHook) Creates a notificationHook that receives anomaly incident alerts.com.azure.core.http.rest.Response<NotificationHook>MetricsAdvisorAdministrationClient.createHookWithResponse(NotificationHook notificationHook, com.azure.core.util.Context context) Creates a notificationHook that receives anomaly incident alerts.Get a hook by its id.Mono<com.azure.core.http.rest.Response<NotificationHook>>MetricsAdvisorAdministrationAsyncClient.getHookWithResponse(String hookId) Get a hook by its id.com.azure.core.http.rest.Response<NotificationHook>MetricsAdvisorAdministrationClient.getHookWithResponse(String hookId, com.azure.core.util.Context context) Get a hook by its id.com.azure.core.http.rest.PagedFlux<NotificationHook>MetricsAdvisorAdministrationAsyncClient.listHooks()List information of hooks on the metrics advisor account.com.azure.core.http.rest.PagedFlux<NotificationHook>MetricsAdvisorAdministrationAsyncClient.listHooks(ListHookOptions listHookOptions) List information of hooks.com.azure.core.http.rest.PagedIterable<NotificationHook>MetricsAdvisorAdministrationClient.listHooks()List information of hooks on the metrics advisor account.com.azure.core.http.rest.PagedIterable<NotificationHook>MetricsAdvisorAdministrationClient.listHooks(ListHookOptions options, com.azure.core.util.Context context) List information of hooks.MetricsAdvisorAdministrationAsyncClient.updateHook(NotificationHook notificationHook) Update an existing notificationHook.Mono<com.azure.core.http.rest.Response<NotificationHook>>MetricsAdvisorAdministrationAsyncClient.updateHookWithResponse(NotificationHook notificationHook) Update an existing notification hook.com.azure.core.http.rest.Response<NotificationHook>MetricsAdvisorAdministrationClient.updateHookWithResponse(NotificationHook notificationHook, com.azure.core.util.Context context) Update an existing notificationHook.Methods in com.azure.ai.metricsadvisor.administration with parameters of type NotificationHookModifier and TypeMethodDescriptionMetricsAdvisorAdministrationAsyncClient.createHook(NotificationHook notificationHook) Creates a notificationHook that receives anomaly incident alerts.MetricsAdvisorAdministrationClient.createHook(NotificationHook notificationHook) Creates a notificationHook that receives anomaly incident alerts.Mono<com.azure.core.http.rest.Response<NotificationHook>>MetricsAdvisorAdministrationAsyncClient.createHookWithResponse(NotificationHook notificationHook) Creates a notificationHook that receives anomaly incident alerts.com.azure.core.http.rest.Response<NotificationHook>MetricsAdvisorAdministrationClient.createHookWithResponse(NotificationHook notificationHook, com.azure.core.util.Context context) Creates a notificationHook that receives anomaly incident alerts.MetricsAdvisorAdministrationAsyncClient.updateHook(NotificationHook notificationHook) Update an existing notificationHook.MetricsAdvisorAdministrationClient.updateHook(NotificationHook notificationHook) Update an existing notificationHook.Mono<com.azure.core.http.rest.Response<NotificationHook>>MetricsAdvisorAdministrationAsyncClient.updateHookWithResponse(NotificationHook notificationHook) Update an existing notification hook.com.azure.core.http.rest.Response<NotificationHook>MetricsAdvisorAdministrationClient.updateHookWithResponse(NotificationHook notificationHook, com.azure.core.util.Context context) Update an existing notificationHook. -
Uses of NotificationHook in com.azure.ai.metricsadvisor.administration.models
Subclasses of NotificationHook in com.azure.ai.metricsadvisor.administration.modelsModifier and TypeClassDescriptionfinal classA hook that describes email based incident alerts notification.final classA hook that describes web-hook based incident alerts notification.