Contacts コンストラクター

定義

オーバーロード

Contacts()

Contacts クラスの新しいインスタンスを初期化します。

Contacts(String, IList<Contact>)

Contacts クラスの新しいインスタンスを初期化します。

Contacts()

ソース:
Contacts.cs

Contacts クラスの新しいインスタンスを初期化します。

public Contacts ();
Public Sub New ()

適用対象

Contacts(String, IList<Contact>)

ソース:
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>

コンテナー証明書の連絡先リスト。

適用対象