Notification Class
Configuration for notification.
Constructor
Notification(*, email_on: List[str] | None = None, emails: List[str] | None = None)
Parameters
Name | Description |
---|---|
email_on
Required
|
Send email notification to user on specified notification type. Accepted values are "JobCompleted", "JobFailed", and "JobCancelled". |
Keyword-Only Parameters
Name | Description |
---|---|
email_on
Required
|
|
emails
Required
|
|
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python