Contact 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
Contact() | |
Contact(String, String, String, String, Address, String, String, String, String) |
Contact()
public Contact ();
Public Sub New ()
Applies to
Contact(String, String, String, String, Address, String, String, String, String)
public Contact (string email, string nameFirst, string nameLast, string phone, Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.Address addressMailing = default, string fax = default, string jobTitle = default, string nameMiddle = default, string organization = default);
new Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.Contact : string * string * string * string * Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.Address * string * string * string * string -> Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.Contact
Public Sub New (email As String, nameFirst As String, nameLast As String, phone As String, Optional addressMailing As Address = Nothing, Optional fax As String = Nothing, Optional jobTitle As String = Nothing, Optional nameMiddle As String = Nothing, Optional organization As String = Nothing)
Parameters
- String
- nameFirst
- String
- nameLast
- String
- phone
- String
- addressMailing
- Address
- fax
- String
- jobTitle
- String
- nameMiddle
- String
- organization
- String