NotificationTarget Class

Describes the notification target properties.

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

Inheritance
NotificationTarget

Constructor

NotificationTarget(*, notification_channel: Union[str, azure.mgmt.servicefabric.models._service_fabric_management_client_enums.NotificationChannel], receivers: List[str], **kwargs)

Parameters

notification_channel
str or NotificationChannel
Required

Required. The notification channel indicates the type of receivers subscribed to the notification, either user or subscription. Possible values include: "EmailUser", "EmailSubscription".

receivers
list[str]
Required

Required. List of targets that subscribe to the notification.