Interface AppServiceCertificateOrder.DefinitionStages.WithDomainVerificationFromWebApp
- All Superinterfaces:
AppServiceCertificateOrder.DefinitionStages.WithDomainVerification
- All Known Subinterfaces:
AppServiceCertificateOrder.Definition
- Enclosing interface:
- AppServiceCertificateOrder.DefinitionStages
public static interface AppServiceCertificateOrder.DefinitionStages.WithDomainVerificationFromWebApp
extends AppServiceCertificateOrder.DefinitionStages.WithDomainVerification
An app service certificate order definition allowing more domain verification methods to be set.
-
Method Summary
Modifier and TypeMethodDescriptionwithWebAppVerification
(WebAppBase webApp) Specifies the web app to verify the ownership of the domain.Methods inherited from interface com.microsoft.azure.management.appservice.AppServiceCertificateOrder.DefinitionStages.WithDomainVerification
withDomainVerification
-
Method Details
-
withWebAppVerification
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
-