IWithHostNameBinding<FluentT> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET