Contacts 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
Contacts() |
Initializes a new instance of the Contacts class. |
Contacts(String, IList<Contact>) |
Initializes a new instance of the Contacts class. |
Contacts()
- Source:
- Contacts.cs
Initializes a new instance of the Contacts class.
public Contacts ();
Public Sub New ()
Applies to
Contacts(String, IList<Contact>)
- Source:
- Contacts.cs
Initializes a new instance of the Contacts class.
public Contacts (string id = default, System.Collections.Generic.IList<Microsoft.Azure.KeyVault.Models.Contact> contactList = default);
new Microsoft.Azure.KeyVault.Models.Contacts : string * System.Collections.Generic.IList<Microsoft.Azure.KeyVault.Models.Contact> -> Microsoft.Azure.KeyVault.Models.Contacts
Public Sub New (Optional id As String = Nothing, Optional contactList As IList(Of Contact) = Nothing)
Parameters
- id
- String
Identifier for the contacts collection.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET