NotificationPreference Class

Notification preference for a job stage.

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

Inheritance
NotificationPreference

Constructor

NotificationPreference(*, stage_name: Union[str, azure.mgmt.databox.v2019_09_01.models._data_box_management_client_enums.NotificationStageName], send_notification: bool, **kwargs)

Parameters

stage_name
str or <xref:azure.mgmt.databox.models.NotificationStageName>
Required

Required. Name of the stage. Possible values include: "DevicePrepared", "Dispatched", "Delivered", "PickedUp", "AtAzureDC", "DataCopy".

send_notification
bool
Required

Required. Notification is required or not.