Uses of Interface
com.azure.resourcemanager.appservice.models.AppServiceDomain
Packages that use AppServiceDomain
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of AppServiceDomain in com.azure.resourcemanager.appservice.models
Subinterfaces with type arguments of type AppServiceDomain in com.azure.resourcemanager.appservice.modelsModifier and TypeInterfaceDescriptioninterfaceAn immutable client-side representation of a domain.static interfaceA domain definition with sufficient inputs to create a new domain in the cloud, but exposing additional optional inputs to specify.static interfaceThe template for a domain update operation, containing all the settings that can be modified.interfaceEntry point for domain management API.interfaceEntry point for domain management API.interfaceEntry point for domain management API.interfaceEntry point for domain management API.interfaceA domain contact definition.Methods in com.azure.resourcemanager.appservice.models with parameters of type AppServiceDomainModifier and TypeMethodDescriptionvoidAppServiceCertificateOrder.verifyDomainOwnership(AppServiceDomain domain) Verifies the ownership of the domain by providing the Azure purchased domain.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.