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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET