Uses of Class
com.azure.resourcemanager.monitor.models.WebhookNotification
Packages that use WebhookNotification
Package
Description
Package containing the data models for MonitorClient.
-
Uses of WebhookNotification in com.azure.resourcemanager.monitor.models
Classes in com.azure.resourcemanager.monitor.models that implement interfaces with type arguments of type WebhookNotificationModifier and TypeClassDescriptionfinal classWebhook notification of an autoscale event.Methods in com.azure.resourcemanager.monitor.models that return WebhookNotificationModifier and TypeMethodDescriptionstatic WebhookNotificationWebhookNotification.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WebhookNotification from the JsonReader.WebhookNotification.withProperties(Map<String, String> properties) Set the properties property: a property bag of settings.WebhookNotification.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 WebhookNotificationModifier and TypeMethodDescriptionAutoscaleNotification.webhooks()Get the webhooks property: the collection of webhook notifications.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type WebhookNotificationModifier and TypeMethodDescriptionAutoscaleNotification.withWebhooks(List<WebhookNotification> webhooks) Set the webhooks property: the collection of webhook notifications.