DevTestLabNotificationSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Notification settings for a schedule.
public class DevTestLabNotificationSettings
type DevTestLabNotificationSettings = class
Public Class DevTestLabNotificationSettings
- Inheritance
-
DevTestLabNotificationSettings
Constructors
DevTestLabNotificationSettings() |
Initializes a new instance of DevTestLabNotificationSettings. |
Properties
EmailRecipient |
The email recipient to send notifications to (can be a list of semi-colon separated email addresses). |
NotificationLocale |
The locale to use when sending a notification (fallback for unsupported languages is EN). |
Status |
If notifications are enabled for this schedule (i.e. Enabled, Disabled). |
TimeInMinutes |
Time in minutes before event at which notification will be sent. |
WebhookUri |
The webhook URL to which the notification will be sent. |
Applies to
Azure SDK for .NET