NotificationPreference Class

Notification preference for a job stage.

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

Inheritance
azure.mgmt.databox._serialization.Model
NotificationPreference

Constructor

NotificationPreference(*, stage_name: str | _models.NotificationStageName, send_notification: bool = True, **kwargs: Any)

Keyword-Only Parameters

Name Description
stage_name

Name of the stage. Required. Known values are: "DevicePrepared", "Dispatched", "Delivered", "PickedUp", "AtAzureDC", and "DataCopy".

send_notification

Notification is required or not.

default value: True

Variables

Name Description
stage_name

Name of the stage. Required. Known values are: "DevicePrepared", "Dispatched", "Delivered", "PickedUp", "AtAzureDC", and "DataCopy".

send_notification

Notification is required or not.