Interface AppServiceCertificateOrder.DefinitionStages.WithDomainVerification
- All Known Subinterfaces:
AppServiceCertificateOrder.Definition
,AppServiceCertificateOrder.DefinitionStages.WithDomainVerificationFromWebApp
- Enclosing interface:
- AppServiceCertificateOrder.DefinitionStages
public static interface AppServiceCertificateOrder.DefinitionStages.WithDomainVerification
An app service certificate order definition allowing domain verification method to be set.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the Azure managed domain to verify the ownership of the domain.
-
Method Details
-
withDomainVerification
AppServiceCertificateOrder.DefinitionStages.WithKeyVault withDomainVerification(AppServiceDomain domain) Specifies the Azure managed domain to verify the ownership of the domain.- Parameters:
domain
- the Azure managed domain- Returns:
- the next stage of the definition
-