AppServiceDomain.verifyDomainOwnershipAsync(String certificateOrderName, String domainVerificationToken) 方法
定义
Verifies the ownership of the domain for a certificate order bound to this domain.
public Completable verifyDomainOwnershipAsync(String certificateOrderName, String domainVerificationToken)
参数
- certificateOrderName
- String
the name of the certificate order
- domainVerificationToken
- String
the domain verification token for the certificate order
返回
Completable
a representation of the deferred computation of this call