Class WebhookNotification
java.lang.Object
com.microsoft.azure.management.monitor.WebhookNotification
Webhook notification of an autoscale event.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet a property bag of settings.Get the service address to receive the notification.withProperties
(Map<String, String> properties) Set a property bag of settings.withServiceUri
(String serviceUri) Set the service address to receive the notification.
-
Constructor Details
-
WebhookNotification
public WebhookNotification()
-
-
Method Details
-
serviceUri
Get the service address to receive the notification.- Returns:
- the serviceUri value
-
withServiceUri
Set the service address to receive the notification.- Parameters:
serviceUri
- the serviceUri value to set- Returns:
- the WebhookNotification object itself.
-
properties
Get a property bag of settings. This value can be empty.- Returns:
- the properties value
-
withProperties
Set a property bag of settings. This value can be empty.- Parameters:
properties
- the properties value to set- Returns:
- the WebhookNotification object itself.
-