CertificateDescription 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
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
- properties
- CertificateProperties
- id
- String
The resource identifier.
- name
- String
The name of the certificate.
- etag
- String
The entity tag.
- type
- String
The resource type.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET