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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AppServiceCertificateOrder.DefinitionStages.WithKeyVaultwithWebAppVerification(WebAppBase webApp)Specifies the web app to verify the ownership of the domain.-
Methods inherited from interface com.azure.resourcemanager.appservice.models.AppServiceCertificateOrder.DefinitionStages.WithDomainVerification
withDomainVerification
-
-
-
-
Method Detail
-
withWebAppVerification
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.- Parameters:
webApp- the web app bound to the hostname- Returns:
- the next stage of the definition
-
-