AppServiceCertificateOrder Class

Definition

SSL certificate purchase order.

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

Constructors

AppServiceCertificateOrder()

Initializes a new instance of the AppServiceCertificateOrder class.

AppServiceCertificateOrder(String, CertificateProductType, String, String, String, String, IDictionary<String,String>, IDictionary<String, AppServiceCertificate>, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<ProvisioningState>, Nullable<CertificateOrderStatus>, CertificateDetails, String, CertificateDetails, CertificateDetails, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, IList<String>, Nullable<DateTime>, CertificateOrderContact)

Initializes a new instance of the AppServiceCertificateOrder class.

Properties

AppServiceCertificateNotRenewableReasons

Gets reasons why App Service Certificate is not renewable at the current moment.

AutoRenew

Gets or sets &lt;code&gt;true&lt;/code&gt; if the certificate should be automatically renewed when it expires; otherwise, &lt;code&gt;false&lt;/code&gt;.

Certificates

Gets or sets state of the Key Vault secret.

Contact

Gets contact info

Csr

Gets or sets last CSR that was created for this order.

DistinguishedName

Gets or sets certificate distinguished name.

DomainVerificationToken

Gets domain verification token.

ExpirationTime

Gets certificate expiration time.

Id

Gets resource Id.

(Inherited from Resource)
Intermediate

Gets intermediate certificate.

IsPrivateKeyExternal

Gets &lt;code&gt;true&lt;/code&gt; if private key is external; otherwise, &lt;code&gt;false&lt;/code&gt;.

KeySize

Gets or sets certificate key size.

Kind

Gets or sets kind of resource.

(Inherited from Resource)
LastCertificateIssuanceTime

Gets certificate last issuance time.

Location

Gets or sets resource Location.

(Inherited from Resource)
Name

Gets resource Name.

(Inherited from Resource)
NextAutoRenewalTimeStamp

Gets time stamp when the certificate would be auto renewed next

ProductType

Gets or sets certificate product type. Possible values include: 'StandardDomainValidatedSsl', 'StandardDomainValidatedWildCardSsl'

ProvisioningState

Gets status of certificate order. Possible values include: 'Succeeded', 'Failed', 'Canceled', 'InProgress', 'Deleting'

Root

Gets root certificate.

SerialNumber

Gets current serial number of the certificate.

SignedCertificate

Gets signed certificate.

Status

Gets current order status. Possible values include: 'Pendingissuance', 'Issued', 'Revoked', 'Canceled', 'Denied', 'Pendingrevocation', 'PendingRekey', 'Unused', 'Expired', 'NotSubmitted'

Tags

Gets or sets resource tags.

(Inherited from Resource)
Type

Gets resource type.

(Inherited from Resource)
ValidityInYears

Gets or sets duration in years (must be 1).

Methods

Validate()

Validate the object.

Applies to