CertificateOrderAction Class

Definition

Certificate order action.

[Microsoft.Rest.Serialization.JsonTransformation]
public class CertificateOrderAction : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type CertificateOrderAction = class
    inherit ProxyOnlyResource
Public Class CertificateOrderAction
Inherits ProxyOnlyResource
Inheritance
CertificateOrderAction
Attributes

Constructors

CertificateOrderAction()

Initializes a new instance of the CertificateOrderAction class.

CertificateOrderAction(String, String, String, String, Nullable<CertificateOrderActionType>, Nullable<DateTime>)

Initializes a new instance of the CertificateOrderAction class.

Properties

ActionType

Gets action type. Possible values include: 'CertificateIssued', 'CertificateOrderCanceled', 'CertificateOrderCreated', 'CertificateRevoked', 'DomainValidationComplete', 'FraudDetected', 'OrgNameChange', 'OrgValidationComplete', 'SanDrop', 'FraudCleared', 'CertificateExpired', 'CertificateExpirationWarning', 'FraudDocumentationRequired', 'Unknown'

CreatedAt

Gets time at which the certificate action was performed.

Id

Gets resource Id.

(Inherited from ProxyOnlyResource)
Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResource)
Name

Gets resource Name.

(Inherited from ProxyOnlyResource)
Type

Gets resource type.

(Inherited from ProxyOnlyResource)

Applies to