AppServiceCertificateOrderPatchResourceProperties 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.
AppServiceCertificateOrderPatchResource resource specific properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.AppServiceCertificateOrderPatchResourcePropertiesTypeConverter))]
public class AppServiceCertificateOrderPatchResourceProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAppServiceCertificateOrderPatchResourceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.AppServiceCertificateOrderPatchResourcePropertiesTypeConverter))>]
type AppServiceCertificateOrderPatchResourceProperties = class
interface IAppServiceCertificateOrderPatchResourceProperties
interface IJsonSerializable
Public Class AppServiceCertificateOrderPatchResourceProperties
Implements IAppServiceCertificateOrderPatchResourceProperties
- Inheritance
-
AppServiceCertificateOrderPatchResourceProperties
- Attributes
- Implements
Constructors
AppServiceCertificateOrderPatchResourceProperties() |
Creates an new AppServiceCertificateOrderPatchResourceProperties instance. |
Properties
AppServiceCertificateNotRenewableReason |
Reasons why App Service Certificate is not renewable at the current moment. |
AutoRenew |
|
Certificate |
State of the Key Vault secret. |
ContactEmail | |
ContactNameFirst | |
ContactNameLast | |
ContactPhone | |
Csr |
Last CSR that was created for this order. |
DistinguishedName |
Certificate distinguished name. |
DomainVerificationToken |
Domain verification token. |
ExpirationTime |
Certificate expiration time. |
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 |
|
KeySize |
Certificate key size. |
LastCertificateIssuanceTime |
Certificate last issuance time. |
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. |
ValidityInYear |
Duration in years (must be 1). |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AppServiceCertificateOrderPatchResourceProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AppServiceCertificateOrderPatchResourceProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAppServiceCertificateOrderPatchResourceProperties. |
FromJsonString(String) |
Creates a new instance of AppServiceCertificateOrderPatchResourceProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AppServiceCertificateOrderPatchResourceProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |