CertificateDescription Constructors

Definition

Overloads

CertificateDescription()

Initializes a new instance of the CertificateDescription class.

CertificateDescription(CertificateProperties, String, String, String, String)

Initializes a new instance of the CertificateDescription class.

CertificateDescription()

Initializes a new instance of the CertificateDescription class.

public CertificateDescription ();
Public Sub New ()

Applies to

CertificateDescription(CertificateProperties, String, String, String, String)

Initializes a new instance of the CertificateDescription class.

public CertificateDescription (Microsoft.Azure.Management.IotHub.Models.CertificateProperties properties = default, string id = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.IotHub.Models.CertificateDescription : Microsoft.Azure.Management.IotHub.Models.CertificateProperties * string * string * string * string -> Microsoft.Azure.Management.IotHub.Models.CertificateDescription
Public Sub New (Optional properties As CertificateProperties = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)

Parameters

id
String

The resource identifier.

name
String

The name of the certificate.

etag
String

The entity tag.

type
String

The resource type.

Applies to