Uses of Interface
com.microsoft.azure.management.appservice.AppServiceCertificateOrder.DefinitionStages.WithKeyVault
-
-
Uses of AppServiceCertificateOrder.DefinitionStages.WithKeyVault in com.microsoft.azure.management.appservice
Subinterfaces of AppServiceCertificateOrder.DefinitionStages.WithKeyVault in com.microsoft.azure.management.appservice Modifier and Type Interface Description static interfaceAppServiceCertificateOrder.DefinitionContainer interface for all the definitions that need to be implemented.Methods in com.microsoft.azure.management.appservice that return AppServiceCertificateOrder.DefinitionStages.WithKeyVault Modifier and Type Method Description AppServiceCertificateOrder.DefinitionStages.WithKeyVaultAppServiceCertificateOrder.DefinitionStages.WithDomainVerification. withDomainVerification(AppServiceDomain domain)Specifies the Azure managed domain to verify the ownership of the domain.AppServiceCertificateOrder.DefinitionStages.WithKeyVaultAppServiceCertificateOrder.DefinitionStages.WithDomainVerificationFromWebApp. withWebAppVerification(WebAppBase webApp)Specifies the web app to verify the ownership of the domain.
-