Uses of Interface
com.microsoft.azure.management.appservice.AppServiceDomain
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of AppServiceDomain in com.microsoft.azure.management.appservice
Modifier and TypeMethodDescriptionvoid
AppServiceCertificateOrder.verifyDomainOwnership
(AppServiceDomain domain) Verifies the ownership of the domain by providing the Azure purchased domain.rx.Completable
AppServiceCertificateOrder.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.