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() |
Initializes a new instance of the Contact class. |
Contact(String, String, String) |
Initializes a new instance of the Contact class. |
Contact()
- Source:
- Contact.cs
Initializes a new instance of the Contact class.
public Contact ();
Public Sub New ()
Applies to
Contact(String, String, String)
- Source:
- Contact.cs
Initializes a new instance of the Contact class.
public Contact (string emailAddress = default, string name = default, string phone = default);
new Microsoft.Azure.KeyVault.Models.Contact : string * string * string -> Microsoft.Azure.KeyVault.Models.Contact
Public Sub New (Optional emailAddress As String = Nothing, Optional name As String = Nothing, Optional phone As String = Nothing)
Parameters
- emailAddress
- String
Email addresss.
- name
- String
Name.
- phone
- String
Phone number.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.