ContactDetails 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
ContactDetails() |
Initializes a new instance of the ContactDetails class. |
ContactDetails(String, String, String, IList<String>) |
Initializes a new instance of the ContactDetails class. |
ContactDetails()
Initializes a new instance of the ContactDetails class.
public ContactDetails ();
Public Sub New ()
Applies to
ContactDetails(String, String, String, IList<String>)
Initializes a new instance of the ContactDetails class.
public ContactDetails (string contactPerson, string companyName, string phone, System.Collections.Generic.IList<string> emailList);
new Microsoft.Azure.Management.EdgeGateway.Models.ContactDetails : string * string * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.EdgeGateway.Models.ContactDetails
Public Sub New (contactPerson As String, companyName As String, phone As String, emailList As IList(Of String))
Parameters
- contactPerson
- String
The contact person name.
- companyName
- String
The name of the company.
- phone
- String
The phone number.