Uses of Class
com.azure.resourcemanager.monitor.models.AutoscaleNotification
Packages that use AutoscaleNotification
Package
Description
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of AutoscaleNotification in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return types with arguments of type AutoscaleNotificationModifier and TypeMethodDescriptionAutoscaleSetting.notifications()
Get the notifications property: the collection of notifications.AutoscaleSettingResourceInner.notifications()
Get the notifications property: the collection of notifications.Method parameters in com.azure.resourcemanager.monitor.fluent.models with type arguments of type AutoscaleNotificationModifier and TypeMethodDescriptionAutoscaleSetting.withNotifications
(List<AutoscaleNotification> notifications) Set the notifications property: the collection of notifications.AutoscaleSettingResourceInner.withNotifications
(List<AutoscaleNotification> notifications) Set the notifications property: the collection of notifications. -
Uses of AutoscaleNotification in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return AutoscaleNotificationModifier and TypeMethodDescriptionstatic AutoscaleNotification
AutoscaleNotification.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AutoscaleNotification from the JsonReader.AutoscaleNotification.withEmail
(EmailNotification email) Set the email property: the email notification.AutoscaleNotification.withOperation
(String operation) Set the operation property: the operation associated with the notification and its value must be "scale".AutoscaleNotification.withWebhooks
(List<WebhookNotification> webhooks) Set the webhooks property: the collection of webhook notifications.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type AutoscaleNotificationModifier and TypeMethodDescriptionAutoscaleSettingResourcePatch.notifications()
Get the notifications property: the collection of notifications.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type AutoscaleNotificationModifier and TypeMethodDescriptionAutoscaleSettingResourcePatch.withNotifications
(List<AutoscaleNotification> notifications) Set the notifications property: the collection of notifications.