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
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