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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET