Interface WebAppBase.DefinitionStages.WithHostNameBinding<FluentT>

    • Method Detail

      • withManagedHostnameBindings

        WebAppBase.DefinitionStages.WithCreate<FluentT> withManagedHostnameBindings​(AppServiceDomain domain,
                                                                                    String... hostnames)
        Defines a list of host names of an Azure managed domain. The DNS record type is defaulted to be CNAME except for the root level domain ("@").
        Parameters:
        domain - the Azure managed domain
        hostnames - the list of sub-domains
        Returns:
        the next stage of the definition
      • withThirdPartyHostnameBinding

        WebAppBase.DefinitionStages.WithCreate<FluentT> withThirdPartyHostnameBinding​(String domain,
                                                                                      String... hostnames)
        Defines a list of host names of an externally purchased domain. The hostnames must be configured before hand to point to the web app.
        Parameters:
        domain - the external domain name
        hostnames - the list of sub-domains
        Returns:
        the next stage of the definition