你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Contacts 构造函数

定义

重载

Contacts()

初始化 Contacts 类的新实例。

Contacts(String, IList<Contact>)

初始化 Contacts 类的新实例。

Contacts()

Source:
Contacts.cs

初始化 Contacts 类的新实例。

public Contacts ();
Public Sub New ()

适用于

Contacts(String, IList<Contact>)

Source:
Contacts.cs

初始化 Contacts 类的新实例。

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)

参数

id
String

联系人集合的标识符。

contactList
IList<Contact>

保管库证书的联系人列表。

适用于