CertificateListDescription Constructors

Definition

Overloads

CertificateListDescription()

Initializes a new instance of the CertificateListDescription class.

CertificateListDescription(IList<CertificateResponse>)

Initializes a new instance of the CertificateListDescription class.

CertificateListDescription()

Initializes a new instance of the CertificateListDescription class.

public CertificateListDescription ();
Public Sub New ()

Applies to

CertificateListDescription(IList<CertificateResponse>)

Initializes a new instance of the CertificateListDescription class.

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)

Parameters

value
IList<CertificateResponse>

The array of Certificate objects.

Applies to