Interface AppServiceCertificateOrder.DefinitionStages.WithDomainVerification
-
- All Known Subinterfaces:
AppServiceCertificateOrder.Definition,AppServiceCertificateOrder.DefinitionStages.WithDomainVerificationFromWebApp
- Enclosing interface:
- AppServiceCertificateOrder.DefinitionStages
public static interface AppServiceCertificateOrder.DefinitionStages.WithDomainVerificationAn app service certificate order definition allowing domain verification method to be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AppServiceCertificateOrder.DefinitionStages.WithKeyVaultwithDomainVerification(AppServiceDomain domain)Specifies the Azure managed domain to verify the ownership of the domain.
-
-
-
Method Detail
-
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
-
-