IWithHostNameBinding<FluentT> Interface

Definition

A web app definition stage allowing host name binding to be specified.

public interface IWithHostNameBinding<FluentT>
type IWithHostNameBinding<'FluentT> = interface
Public Interface IWithHostNameBinding(Of FluentT)

Type Parameters

FluentT

The type of the resource.

Derived

Methods

DefineHostnameBinding()

Starts the definition of a new host name binding.

WithManagedHostnameBindings(IAppServiceDomain, String[])

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, String[])

Defines a list of host names of an externally purchased domain. The hostnames must be configured before hand to point to the web app.

Applies to