Share via


AppServiceCertificateOrder Class

Definition

SSL certificate purchase order.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceCertificateOrderTypeConverter))]
public class AppServiceCertificateOrder : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrder, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceCertificateOrderTypeConverter))>]
type AppServiceCertificateOrder = class
    interface IAppServiceCertificateOrder
    interface IJsonSerializable
    interface IResource
    interface IValidates
Public Class AppServiceCertificateOrder
Implements IAppServiceCertificateOrder, IValidates
Inheritance
AppServiceCertificateOrder
Attributes
Implements

Constructors

AppServiceCertificateOrder()

Creates an new AppServiceCertificateOrder instance.

Properties

AppServiceCertificateNotRenewableReason

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

AutoRenew

true if the certificate should be automatically renewed when it expires; otherwise, false.

Certificate

State of the Key Vault secret.

Csr

Last CSR that was created for this order.

DistinguishedName

Certificate distinguished name.

DomainVerificationToken

Domain verification token.

ExpirationTime

Certificate expiration time.

Id

Resource Id.

IntermediateIssuer

Certificate Issuer.

IntermediateNotAfter

Date Certificate is valid to.

IntermediateNotBefore

Date Certificate is valid from.

IntermediateRawData

Raw certificate data.

IntermediateSerialNumber

Certificate Serial Number.

IntermediateSignatureAlgorithm

Certificate Signature algorithm.

IntermediateSubject

Certificate Subject.

IntermediateThumbprint

Certificate Thumbprint.

IntermediateVersion

Certificate Version.

IsPrivateKeyExternal

true if private key is external; otherwise, false.

KeySize

Certificate key size.

Kind

Kind of resource.

LastCertificateIssuanceTime

Certificate last issuance time.

Location

Resource Location.

Name

Resource Name.

NextAutoRenewalTimeStamp

Time stamp when the certificate would be auto renewed next

ProductType

Certificate product type.

ProvisioningState

Status of certificate order.

RootIssuer

Certificate Issuer.

RootNotAfter

Date Certificate is valid to.

RootNotBefore

Date Certificate is valid from.

RootRawData

Raw certificate data.

RootSerialNumber

Certificate Serial Number.

RootSignatureAlgorithm

Certificate Signature algorithm.

RootSubject

Certificate Subject.

RootThumbprint

Certificate Thumbprint.

RootVersion

Certificate Version.

SerialNumber

Current serial number of the certificate.

SignedCertificateIssuer

Certificate Issuer.

SignedCertificateNotAfter

Date Certificate is valid to.

SignedCertificateNotBefore

Date Certificate is valid from.

SignedCertificateRawData

Raw certificate data.

SignedCertificateSerialNumber

Certificate Serial Number.

SignedCertificateSignatureAlgorithm

Certificate Signature algorithm.

SignedCertificateSubject

Certificate Subject.

SignedCertificateThumbprint

Certificate Thumbprint.

SignedCertificateVersion

Certificate Version.

Status

Current order status.

Tag

Resource tags.

Type

Resource type.

ValidityInYear

Duration in years (must be between 1 and 3).

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AppServiceCertificateOrder.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AppServiceCertificateOrder.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrder.

FromJsonString(String)

Creates a new instance of AppServiceCertificateOrder, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AppServiceCertificateOrder into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to