Certificate Class

Definition

Definition of the certificate.

public class Certificate
[Microsoft.Rest.Serialization.JsonTransformation]
public class Certificate : Microsoft.Azure.Management.Automation.Models.ProxyResource
type Certificate = class
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Certificate = class
    inherit ProxyResource
Public Class Certificate
Public Class Certificate
Inherits ProxyResource
Inheritance
Certificate
Inheritance
Attributes

Constructors

Certificate()

Initializes a new instance of the Certificate class.

Certificate(String, String, String, String, DateTimeOffset, Boolean, DateTimeOffset, DateTimeOffset, String)

Initializes a new instance of the Certificate class.

Properties

CreationTime

Gets the creation time.

Description

Gets or sets the description.

ExpiryTime

Gets the expiry time of the certificate.

Id
Id

Gets fully qualified resource Id for the resource

(Inherited from Resource)
IsExportable

Gets the is exportable flag of the certificate.

LastModifiedTime

Gets the last modified time.

Name
Name

Gets the name of the resource

(Inherited from Resource)
Properties
Thumbprint

Gets the thumbprint of the certificate.

Type

Gets the type of the resource.

(Inherited from Resource)

Applies to