Share via


IWithHostNameBinding<FluentT>.WithoutHostnameBinding(String) Method

Definition

Unbinds a hostname from the web app.

public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<FluentT> WithoutHostnameBinding (string hostname);
abstract member WithoutHostnameBinding : string -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<'FluentT>
Public Function WithoutHostnameBinding (hostname As String) As IUpdate(Of FluentT)

Parameters

hostname
String

The hostname to unbind.

Returns

Applies to