次の方法で共有


CertificateListDescription コンストラクター

定義

オーバーロード

CertificateListDescription()

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

CertificateListDescription(IList<CertificateResponse>)

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

CertificateListDescription()

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

public CertificateListDescription ();
Public Sub New ()

適用対象

CertificateListDescription(IList<CertificateResponse>)

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

public CertificateListDescription (System.Collections.Generic.IList<Microsoft.Azure.Management.DeviceProvisioningServices.Models.CertificateResponse> value = default);
new Microsoft.Azure.Management.DeviceProvisioningServices.Models.CertificateListDescription : System.Collections.Generic.IList<Microsoft.Azure.Management.DeviceProvisioningServices.Models.CertificateResponse> -> Microsoft.Azure.Management.DeviceProvisioningServices.Models.CertificateListDescription
Public Sub New (Optional value As IList(Of CertificateResponse) = Nothing)

パラメーター

value
IList<CertificateResponse>

Certificate オブジェクトの配列。

適用対象