Partager via


ContactDetails Constructeurs

Définition

Surcharges

ContactDetails()

Initialise une nouvelle instance de la classe ContactDetails.

ContactDetails(String, String, IList<String>, String, String, IList<NotificationPreference>)

Initialise une nouvelle instance de la classe ContactDetails.

ContactDetails()

Initialise une nouvelle instance de la classe ContactDetails.

public ContactDetails ();
Public Sub New ()

S’applique à

ContactDetails(String, String, IList<String>, String, String, IList<NotificationPreference>)

Initialise une nouvelle instance de la classe ContactDetails.

public ContactDetails (string contactName, string phone, System.Collections.Generic.IList<string> emailList, string phoneExtension = default, string mobile = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.NotificationPreference> notificationPreference = default);
new Microsoft.Azure.Management.DataBox.Models.ContactDetails : string * string * System.Collections.Generic.IList<string> * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.NotificationPreference> -> Microsoft.Azure.Management.DataBox.Models.ContactDetails
Public Sub New (contactName As String, phone As String, emailList As IList(Of String), Optional phoneExtension As String = Nothing, Optional mobile As String = Nothing, Optional notificationPreference As IList(Of NotificationPreference) = Nothing)

Paramètres

contactName
String

Nom du contact de la personne.

phone
String

Numéro de téléphone de la personne à contacter.

emailList
IList<String>

Liste des id de Email à informer de la progression du travail.

phoneExtension
String

Numéro de poste de téléphone de la personne à contacter.

mobile
String

Numéro mobile de la personne à contacter.

notificationPreference
IList<NotificationPreference>

Préférence de notification pour une étape de travail.

S’applique à