Uses of Class
com.microsoft.azure.management.monitor.WebhookNotification
Packages that use WebhookNotification
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of WebhookNotification in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return WebhookNotificationModifier and TypeMethodDescriptionWebhookNotification.withProperties
(Map<String, String> properties) Set a property bag of settings.WebhookNotification.withServiceUri
(String serviceUri) Set the service address to receive the notification.Methods in com.microsoft.azure.management.monitor that return types with arguments of type WebhookNotificationModifier and TypeMethodDescriptionAutoscaleNotification.webhooks()
Get the collection of webhook notifications.Method parameters in com.microsoft.azure.management.monitor with type arguments of type WebhookNotificationModifier and TypeMethodDescriptionAutoscaleNotification.withWebhooks
(List<WebhookNotification> webhooks) Set the collection of webhook notifications.