Notification Class

Describes the notification channel for cluster events.

All required parameters must be populated in order to send to Azure.

Inheritance
Notification

Constructor

Notification(*, is_enabled: bool, notification_category: Union[str, azure.mgmt.servicefabric.models._service_fabric_management_client_enums.NotificationCategory], notification_level: Union[str, azure.mgmt.servicefabric.models._service_fabric_management_client_enums.NotificationLevel], notification_targets: List[azure.mgmt.servicefabric.models._models_py3.NotificationTarget], **kwargs)

Parameters

is_enabled
bool
Required

Required. Indicates if the notification is enabled.

notification_category
str or NotificationCategory
Required

Required. The category of notification. Possible values include: "WaveProgress".

notification_level
str or NotificationLevel
Required

Required. The level of notification. Possible values include: "Critical", "All".

notification_targets
list[NotificationTarget]
Required

Required. List of targets that subscribe to the notification.