次の方法で共有


IWithHostNameBinding<FluentT>.WithoutHostnameBinding(String) メソッド

定義

Web アプリからホスト名のバインドを解除します。

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)

パラメーター

hostname
String

バインドを解除するホスト名。

戻り値

適用対象