Uses of Interface
com.microsoft.azure.management.appservice.HostNameBinding.DefinitionStages.WithSubDomain
-
-
Uses of HostNameBinding.DefinitionStages.WithSubDomain in com.microsoft.azure.management.appservice
Subinterfaces of HostNameBinding.DefinitionStages.WithSubDomain in com.microsoft.azure.management.appservice Modifier and Type Interface Description static interfaceHostNameBinding.Definition<ParentT>The entirety of a hostname binding definition.Methods in com.microsoft.azure.management.appservice that return HostNameBinding.DefinitionStages.WithSubDomain Modifier and Type Method Description HostNameBinding.DefinitionStages.WithSubDomain<ParentT>HostNameBinding.DefinitionStages.WithDomain. withAzureManagedDomain(AppServiceDomain domain)Binds to a domain purchased from Azure.HostNameBinding.DefinitionStages.WithSubDomain<ParentT>HostNameBinding.DefinitionStages.WithDomain. withThirdPartyDomain(String domain)Binds to a 3rd party domain.
-