AppServiceCertificateOrderPatchResource 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.
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
- 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 <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. |
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 <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. (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. |