AppServiceCertificateOrderPatchResource Class

Definition

ARM resource for a certificate order that is purchased through Azure.

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

Constructors

AppServiceCertificateOrderPatchResource()

Initializes a new instance of the AppServiceCertificateOrderPatchResource class.

AppServiceCertificateOrderPatchResource(CertificateProductType, String, String, 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 AppServiceCertificateOrderPatchResource 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 ProxyOnlyResource)
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 ProxyOnlyResource)
LastCertificateIssuanceTime

Gets certificate last issuance time.

Name

Gets resource Name.

(Inherited from ProxyOnlyResource)
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'

Type

Gets resource type.

(Inherited from ProxyOnlyResource)
ValidityInYears

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

Methods

Validate()

Validate the object.

Applies to