次の方法で共有


IWithHostNameSslBinding<FluentT>.WithoutSslBinding(String) メソッド

定義

特定のホスト名の SSL バインドを削除します。

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

パラメーター

hostname
String

SSL 証明書を削除するホスト名。

戻り値

適用対象