NotificationPreference Constructors
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.
Overloads
NotificationPreference() |
Initializes a new instance of the NotificationPreference class. |
NotificationPreference(String, Boolean) |
Initializes a new instance of the NotificationPreference class. |
NotificationPreference()
Initializes a new instance of the NotificationPreference class.
public NotificationPreference ();
Public Sub New ()
Applies to
NotificationPreference(String, Boolean)
Initializes a new instance of the NotificationPreference class.
public NotificationPreference (string stageName, bool sendNotification);
new Microsoft.Azure.Management.DataBox.Models.NotificationPreference : string * bool -> Microsoft.Azure.Management.DataBox.Models.NotificationPreference
Public Sub New (stageName As String, sendNotification As Boolean)
Parameters
- stageName
- String
Name of the stage. Possible values include: 'DevicePrepared', 'Dispatched', 'Delivered', 'PickedUp', 'AtAzureDC', 'DataCopy', 'Created', 'ShippedToCustomer'
- sendNotification
- Boolean
Notification is required or not.
Applies to
Azure SDK for .NET