Uses of Interface
com.microsoft.azure.management.appservice.AppServiceDomain
Packages that use AppServiceDomain
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of AppServiceDomain in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice with parameters of type AppServiceDomainModifier and TypeMethodDescriptionvoidAppServiceCertificateOrder.verifyDomainOwnership(AppServiceDomain domain) Verifies the ownership of the domain by providing the Azure purchased domain.rx.CompletableAppServiceCertificateOrder.verifyDomainOwnershipAsync(AppServiceDomain domain) Verifies the ownership of the domain by providing the Azure purchased domain.HostNameBinding.DefinitionStages.WithDomain.withAzureManagedDomain(AppServiceDomain domain) Binds to a domain purchased from Azure.HostNameBinding.UpdateDefinitionStages.WithDomain.withAzureManagedDomain(AppServiceDomain domain) Binds to a domain purchased from Azure.AppServiceCertificateOrder.DefinitionStages.WithDomainVerification.withDomainVerification(AppServiceDomain domain) Specifies the Azure managed domain to verify the ownership of the domain.WebAppBase.DefinitionStages.WithHostNameBinding.withManagedHostnameBindings(AppServiceDomain domain, String... hostnames) Defines a list of host names of an Azure managed domain.WebAppBase.UpdateStages.WithHostNameBinding.withManagedHostnameBindings(AppServiceDomain domain, String... hostnames) Defines a list of host names of an Azure managed domain.