Uses of Class
com.azure.resourcemanager.monitor.models.AutoscaleNotification
-
Packages that use AutoscaleNotification Package Description com.azure.resourcemanager.monitor.fluent.models Package containing the inner data models for MonitorClient.com.azure.resourcemanager.monitor.models 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 AutoscaleNotification Modifier and Type Method Description List<AutoscaleNotification>AutoscaleSettingResourceInner. notifications()Get the notifications property: the collection of notifications.Method parameters in com.azure.resourcemanager.monitor.fluent.models with type arguments of type AutoscaleNotification Modifier and Type Method Description AutoscaleSettingResourceInnerAutoscaleSettingResourceInner. 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 AutoscaleNotification Modifier and Type Method Description AutoscaleNotificationAutoscaleNotification. withEmail(EmailNotification email)Set the email property: the email notification.AutoscaleNotificationAutoscaleNotification. withOperation(String operation)Set the operation property: the operation associated with the notification and its value must be "scale".AutoscaleNotificationAutoscaleNotification. 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 AutoscaleNotification Modifier and Type Method Description List<AutoscaleNotification>AutoscaleSettingResourcePatch. notifications()Get the notifications property: the collection of notifications.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type AutoscaleNotification Modifier and Type Method Description AutoscaleSettingResourcePatchAutoscaleSettingResourcePatch. withNotifications(List<AutoscaleNotification> notifications)Set the notifications property: the collection of notifications.
-