CertificateWithNonceDescription Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- properties
- CertificatePropertiesWithNonce
- id
- String
The resource identifier.
- name
- String
The name of the certificate.
- etag
- String
The entity tag.
- type
- String
The resource type.