WebAppBase.DefinitionStages.WithHostNameBinding<FluentT> 接口
定义
A web app definition stage allowing host name binding to be specified.
public interface WithHostNameBinding<FluentT>
类型参数
- FluentT
the type of the resource
方法
defineHostnameBinding() |
Starts the definition of a new host name binding. |
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 ("@"). |
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. |