public static interface AppServiceCertificateOrder.DefinitionStages.WithDomainVerificationFromWebApp extends AppServiceCertificateOrder.DefinitionStages.WithDomainVerification
| Modifier and Type | Method and Description |
|---|---|
AppServiceCertificateOrder.DefinitionStages.WithKeyVault |
withWebAppVerification(WebAppBase webApp)
Specifies the web app to verify the ownership of the domain.
|
withDomainVerificationAppServiceCertificateOrder.DefinitionStages.WithKeyVault withWebAppVerification(WebAppBase webApp)
webApp - the web app bound to the hostnameVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.