Uses of Interface
com.azure.resourcemanager.appservice.models.HostnameBinding.DefinitionStages.WithSubDomain
-
Packages that use HostnameBinding.DefinitionStages.WithSubDomain Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of HostnameBinding.DefinitionStages.WithSubDomain in com.azure.resourcemanager.appservice.models
Subinterfaces of HostnameBinding.DefinitionStages.WithSubDomain in com.azure.resourcemanager.appservice.models Modifier and Type Interface Description static interfaceHostnameBinding.Definition<ParentT>The entirety of a hostname binding definition.Methods in com.azure.resourcemanager.appservice.models 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.
-