Uses of Class
com.azure.resourcemanager.monitor.models.WebhookNotification
-
Packages that use WebhookNotification Package Description com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of WebhookNotification in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return WebhookNotification Modifier and Type Method Description WebhookNotificationWebhookNotification. withProperties(Map<String,String> properties)Set the properties property: a property bag of settings.WebhookNotificationWebhookNotification. withServiceUri(String serviceUri)Set the serviceUri property: the service address to receive the notification.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type WebhookNotification Modifier and Type Method Description List<WebhookNotification>AutoscaleNotification. webhooks()Get the webhooks property: the collection of webhook notifications.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type WebhookNotification Modifier and Type Method Description AutoscaleNotificationAutoscaleNotification. withWebhooks(List<WebhookNotification> webhooks)Set the webhooks property: the collection of webhook notifications.
-