IWithHostNameBinding<FluentT>.WithThirdPartyHostnameBinding Method
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.
Defines a list of host names of an externally purchased domain. The hostnames must be configured before hand to point to the web app.
public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<FluentT> WithThirdPartyHostnameBinding (string domain, params string[] hostnames);
abstract member WithThirdPartyHostnameBinding : string * string[] -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<'FluentT>
Public Function WithThirdPartyHostnameBinding (domain As String, ParamArray hostnames As String()) As IUpdate(Of FluentT)
Parameters
- domain
- String
The external domain name.
- hostnames
- String[]
The list of sub-domains.
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET