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

AppServiceCertificateOrder.DefinitionStages.WithDomainVerificationFromWebApp Interface

public interface WithDomainVerificationFromWebApp extends AppServiceCertificateOrder.DefinitionStages.WithDomainVerification

An app service certificate order definition allowing more domain verification methods to be set.

Method Summary

Modifier and Type Method and Description
AppServiceCertificateOrder.DefinitionStages.WithKeyVault withWebAppVerification(WebAppBase webApp)

Specifies the web app to verify the ownership of the domain. The web app needs to be bound to the hostname for the certificate.

Inherited Members

Method Details

withWebAppVerification

public WithKeyVault withWebAppVerification(WebAppBase webApp)

Specifies the web app to verify the ownership of the domain. The web app needs to be bound to the hostname for the certificate.

Parameters:

webApp - the web app bound to the hostname

Returns:

the next stage of the definition

Applies to