Uses of Class
com.microsoft.azure.management.monitor.WebhookNotification
-
-
Uses of WebhookNotification in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return WebhookNotification Modifier and Type Method Description WebhookNotificationWebhookNotification. withProperties(Map<String,String> properties)Set a property bag of settings.WebhookNotificationWebhookNotification. 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 WebhookNotification Modifier and Type Method Description List<WebhookNotification>AutoscaleNotification. webhooks()Get the collection of webhook notifications.Method parameters in com.microsoft.azure.management.monitor with type arguments of type WebhookNotification Modifier and Type Method Description AutoscaleNotificationAutoscaleNotification. withWebhooks(List<WebhookNotification> webhooks)Set the collection of webhook notifications.
-