Uses of Interface
com.azure.resourcemanager.appservice.models.AppServiceCertificateOrder.DefinitionStages.WithKeyVault
-
Packages that use AppServiceCertificateOrder.DefinitionStages.WithKeyVault Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of AppServiceCertificateOrder.DefinitionStages.WithKeyVault in com.azure.resourcemanager.appservice.models
Subinterfaces of AppServiceCertificateOrder.DefinitionStages.WithKeyVault in com.azure.resourcemanager.appservice.models Modifier and Type Interface Description static interfaceAppServiceCertificateOrder.DefinitionContainer interface for all the definitions that need to be implemented.Methods in com.azure.resourcemanager.appservice.models 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.
-