Delen via


CertificateListDescription Constructors

Definition

Overloads

CertificateListDescription()

Initializes a new instance of the CertificateListDescription class.

CertificateListDescription(IList<CertificateDescription>)

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

Initializes a new instance of the CertificateListDescription class.

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

Parameters

value
IList<CertificateDescription>

The array of Certificate objects.

Applies to