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
|
|
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python