Bagikan melalui


CertificateWithNonceDescription Constructors

Definition

Overloads

CertificateWithNonceDescription()

Initializes a new instance of the CertificateWithNonceDescription class.

CertificateWithNonceDescription(CertificatePropertiesWithNonce, String, String, String, String)

Initializes a new instance of the CertificateWithNonceDescription class.

CertificateWithNonceDescription()

Initializes a new instance of the CertificateWithNonceDescription class.

public CertificateWithNonceDescription ();
Public Sub New ()

Applies to

CertificateWithNonceDescription(CertificatePropertiesWithNonce, String, String, String, String)

Initializes a new instance of the CertificateWithNonceDescription class.

public CertificateWithNonceDescription (Microsoft.Azure.Management.IotHub.Models.CertificatePropertiesWithNonce properties = default, string id = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.IotHub.Models.CertificateWithNonceDescription : Microsoft.Azure.Management.IotHub.Models.CertificatePropertiesWithNonce * string * string * string * string -> Microsoft.Azure.Management.IotHub.Models.CertificateWithNonceDescription
Public Sub New (Optional properties As CertificatePropertiesWithNonce = 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