AppServiceCertificateOrderInner 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.
SSL certificate purchase order.
[Microsoft.Rest.Serialization.JsonTransformation]
public class AppServiceCertificateOrderInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AppServiceCertificateOrderInner = class
inherit Resource
Public Class AppServiceCertificateOrderInner
Inherits Resource
- Inheritance
- Attributes
Constructors
AppServiceCertificateOrderInner() |
Initializes a new instance of the AppServiceCertificateOrderInner class. |
AppServiceCertificateOrderInner(String, CertificateProductType, 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<AppServiceCertificateNotRenewableReasons>, Nullable<DateTime>, String) |
Initializes a new instance of the AppServiceCertificateOrderInner class. |
Properties
AppServiceCertificateNotRenewableReasons |
Gets reasons why App Service Certificate is not renewable at the current moment. |
AutoRenew |
Gets or sets <code>true</code> if the certificate should be automatically renewed when it expires; otherwise, <code>false</code>. |
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 <code>true</code> if private key is external; otherwise, <code>false</code>. |
KeySize |
Gets or sets certificate key size. |
Kind |
Gets or sets kind of resource. |
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. |