CertificateOrderAction Class
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.
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
- 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
Azure SDK for .NET