AppServiceCertificateOrder 接口
定义
An immutable client-side representation of an Azure App Service certificate order.
public interface AppServiceCertificateOrder extends GroupableResource<AppServiceManager, AppServiceCertificateOrderInner>,Refreshable<AppServiceCertificateOrder>,Updatable<AppServiceCertificateOrder.Update>
继承成员
HasId.id()
HasInner<T>.inner()
Indexable.key()
HasManager<ManagerT>.manager()
HasName.name()
Refreshable<T>.refresh()
Refreshable<T>.refreshAsync()
Resource.region()
Resource.regionName()
HasResourceGroup.resourceGroupName()
Resource.tags()
Resource.type()
Updatable<T>.update()
方法
autoRenew() | |
certificateSigningRequest() | |
createKeyVaultBinding(String certificateName, Vault vault) |
Bind a Key Vault secret to a certificate store that will be used for storing the certificate once it's ready. |
createKeyVaultBindingAsync(String certificateName, Vault vault) |
Bind a Key Vault secret to a certificate store that will be used for storing the certificate once it's ready. |
distinguishedName() | |
domainVerificationToken() | |
expirationTime() | |
getKeyVaultBinding() | |
getKeyVaultBindingAsync() | |
intermediate() | |
keySize() | |
lastCertificateIssuanceTime() | |
productType() | |
root() | |
serialNumber() | |
signedCertificate() | |
status() | |
validityInYears() | |
verifyDomainOwnership(AppServiceDomain domain) |
Verifies the ownership of the domain by providing the Azure purchased domain. |
verifyDomainOwnershipAsync(AppServiceDomain domain) |
Verifies the ownership of the domain by providing the Azure purchased domain. |