共用方式為


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 憑證的主機名稱。

傳回

適用於