| Modifier and Type | Method and Description |
|---|---|
WebhookNotification |
WebhookNotification.withProperties(Map<String,String> properties)
Set a property bag of settings.
|
WebhookNotification |
WebhookNotification.withServiceUri(String serviceUri)
Set the service address to receive the notification.
|
| Modifier and Type | Method and Description |
|---|---|
List<WebhookNotification> |
AutoscaleNotification.webhooks()
Get the collection of webhook notifications.
|
| Modifier and Type | Method and Description |
|---|---|
AutoscaleNotification |
AutoscaleNotification.withWebhooks(List<WebhookNotification> webhooks)
Set the collection of webhook notifications.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/