ContactDetails Class
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.
Contact Details.
public class ContactDetails
type ContactDetails = class
Public Class ContactDetails
- Inheritance
-
ContactDetails
Constructors
ContactDetails() |
Initializes a new instance of the ContactDetails class. |
ContactDetails(String, String, IList<String>, String, String, IList<NotificationPreference>) |
Initializes a new instance of the ContactDetails class. |
Properties
ContactName |
Gets or sets contact name of the person. |
EmailList |
Gets or sets list of Email-ids to be notified about job progress. |
Mobile |
Gets or sets mobile number of the contact person. |
NotificationPreference |
Gets or sets notification preference for a job stage. |
Phone |
Gets or sets phone number of the contact person. |
PhoneExtension |
Gets or sets phone extension number of the contact person. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET