Share via


ContactDetails Constructors

Definition

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.

emailList
IList<String>

The email list.

Applies to