AppServiceCertificateOrderPatchResource Class

Definition

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

[Microsoft.Rest.Serialization.JsonTransformation]
public class AppServiceCertificateOrderPatchResource : Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AppServiceCertificateOrderPatchResource = class
    inherit ProxyOnlyResourceInner
Public Class AppServiceCertificateOrderPatchResource
Inherits ProxyOnlyResourceInner
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<AppServiceCertificateNotRenewableReasons1>, Nullable<DateTime>)

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.

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

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
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 ProxyOnlyResourceInner)
LastCertificateIssuanceTime

Gets certificate last issuance time.

Location

Resource location

(Inherited from Resource)
Name

Resource name

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

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)
ValidityInYears

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

Methods

Validate()

Validate the object.

Applies to