你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AppServiceCertificate Interface

public interface AppServiceCertificate extends GroupableResource<AppServiceManager, CertificateInner>,Refreshable

An immutable client-side representation of an Azure app service certificate.

Method Summary

Modifier and Type Method and Description
String certificateBlob()
DateTime expirationDate()
String friendlyName()
HostingEnvironmentProfile hostingEnvironmentProfile()
List<String> hostNames()
DateTime issueDate()
String issuer()
String password()
byte [] pfxBlob()
String publicKeyHash()
String selfLink()
String siteName()
String subjectName()
String thumbprint()
Boolean valid()

Inherited Members

Method Details

certificateBlob

public String certificateBlob()

Returns:

the raw bytes of .cer file

expirationDate

public DateTime expirationDate()

Returns:

the certificate expriration date

friendlyName

public String friendlyName()

Returns:

the friendly name of the certificate

hostingEnvironmentProfile

public HostingEnvironmentProfile hostingEnvironmentProfile()

Returns:

the specification for the App Service Environment to use for the certificate

hostNames

public List hostNames()

Returns:

the host names the certificate applies to

issueDate

public DateTime issueDate()

Returns:

the certificate issue Date

issuer

public String issuer()

Returns:

the certificate issuer

password

public String password()

Returns:

the certificate password

pfxBlob

public byte [] pfxBlob()

Returns:

the pfx blob

publicKeyHash

public String publicKeyHash()

Returns:

the public key hash

selfLink

public String selfLink()

Returns:

the self link

siteName

public String siteName()

Returns:

the app name

subjectName

public String subjectName()

Returns:

the subject name of the certificate

thumbprint

public String thumbprint()

Returns:

the certificate thumbprint

valid

public Boolean valid()

Returns:

if the certificate valid

Applies to