public class AppServiceCertificateOrderPatchResource extends ProxyOnlyResource
Constructor and Description |
---|
AppServiceCertificateOrderPatchResource() |
Modifier and Type | Method and Description |
---|---|
List<String> |
appServiceCertificateNotRenewableReasons()
Get reasons why App Service Certificate is not renewable at the current moment.
|
Boolean |
autoRenew()
Get <code>true</code> if the certificate should be automatically renewed when it expires; otherwise, <code>false</code>.
|
Map<String,com.microsoft.azure.management.appservice.implementation.AppServiceCertificateInner> |
certificates()
Get state of the Key Vault secret.
|
String |
csr()
Get last CSR that was created for this order.
|
String |
distinguishedName()
Get certificate distinguished name.
|
String |
domainVerificationToken()
Get domain verification token.
|
org.joda.time.DateTime |
expirationTime()
Get certificate expiration time.
|
CertificateDetails |
intermediate()
Get intermediate certificate.
|
Boolean |
isPrivateKeyExternal()
Get <code>true</code> if private key is external; otherwise, <code>false</code>.
|
Integer |
keySize()
Get certificate key size.
|
org.joda.time.DateTime |
lastCertificateIssuanceTime()
Get certificate last issuance time.
|
org.joda.time.DateTime |
nextAutoRenewalTimeStamp()
Get time stamp when the certificate would be auto renewed next.
|
CertificateProductType |
productType()
Get certificate product type.
|
ProvisioningState |
provisioningState()
Get status of certificate order.
|
CertificateDetails |
root()
Get root certificate.
|
String |
serialNumber()
Get current serial number of the certificate.
|
CertificateDetails |
signedCertificate()
Get signed certificate.
|
CertificateOrderStatus |
status()
Get current order status.
|
Integer |
validityInYears()
Get duration in years (must be between 1 and 3).
|
AppServiceCertificateOrderPatchResource |
withAutoRenew(Boolean autoRenew)
Set <code>true</code> if the certificate should be automatically renewed when it expires; otherwise, <code>false</code>.
|
AppServiceCertificateOrderPatchResource |
withCertificates(Map<String,com.microsoft.azure.management.appservice.implementation.AppServiceCertificateInner> certificates)
Set state of the Key Vault secret.
|
AppServiceCertificateOrderPatchResource |
withCsr(String csr)
Set last CSR that was created for this order.
|
AppServiceCertificateOrderPatchResource |
withDistinguishedName(String distinguishedName)
Set certificate distinguished name.
|
AppServiceCertificateOrderPatchResource |
withKeySize(Integer keySize)
Set certificate key size.
|
AppServiceCertificateOrderPatchResource |
withProductType(CertificateProductType productType)
Set certificate product type.
|
AppServiceCertificateOrderPatchResource |
withValidityInYears(Integer validityInYears)
Set duration in years (must be between 1 and 3).
|
kind, withKind
public AppServiceCertificateOrderPatchResource()
public Map<String,com.microsoft.azure.management.appservice.implementation.AppServiceCertificateInner> certificates()
public AppServiceCertificateOrderPatchResource withCertificates(Map<String,com.microsoft.azure.management.appservice.implementation.AppServiceCertificateInner> certificates)
certificates
- the certificates value to setpublic String distinguishedName()
public AppServiceCertificateOrderPatchResource withDistinguishedName(String distinguishedName)
distinguishedName
- the distinguishedName value to setpublic String domainVerificationToken()
public Integer validityInYears()
public AppServiceCertificateOrderPatchResource withValidityInYears(Integer validityInYears)
validityInYears
- the validityInYears value to setpublic Integer keySize()
public AppServiceCertificateOrderPatchResource withKeySize(Integer keySize)
keySize
- the keySize value to setpublic CertificateProductType productType()
public AppServiceCertificateOrderPatchResource withProductType(CertificateProductType productType)
productType
- the productType value to setpublic Boolean autoRenew()
public AppServiceCertificateOrderPatchResource withAutoRenew(Boolean autoRenew)
autoRenew
- the autoRenew value to setpublic ProvisioningState provisioningState()
public CertificateOrderStatus status()
public CertificateDetails signedCertificate()
public String csr()
public AppServiceCertificateOrderPatchResource withCsr(String csr)
csr
- the csr value to setpublic CertificateDetails intermediate()
public CertificateDetails root()
public String serialNumber()
public org.joda.time.DateTime lastCertificateIssuanceTime()
public org.joda.time.DateTime expirationTime()
public Boolean isPrivateKeyExternal()
public List<String> appServiceCertificateNotRenewableReasons()
public org.joda.time.DateTime nextAutoRenewalTimeStamp()
Copyright © 2019. All rights reserved.