Partager via


NotificationPreference Constructeurs

Définition

Surcharges

NotificationPreference()

Initialise une nouvelle instance de la classe NotificationPreference.

NotificationPreference(String, Boolean)

Initialise une nouvelle instance de la classe NotificationPreference.

NotificationPreference()

Initialise une nouvelle instance de la classe NotificationPreference.

public NotificationPreference ();
Public Sub New ()

S’applique à

NotificationPreference(String, Boolean)

Initialise une nouvelle instance de la classe NotificationPreference.

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)

Paramètres

stageName
String

Nom de la phase. Les valeurs possibles sont les suivantes : « DevicePrepared », « Dispatched », « Delivered », « PickedUp », « AtAzureDC », « DataCopy », « Created », « ShippedToCustomer »

sendNotification
Boolean

La notification est obligatoire ou non.

S’applique à