IWithHostNameSslBinding<FluentT>.WithoutSslBinding(String) Method

Definition

Removes an SSL binding for a specific hostname.

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)

Parameters

hostname
String

The hostname to remove SSL certificate from.

Returns

Applies to