IWithHostNameSslBinding<FluentT>.WithoutSslBinding(String) Metodo

Definizione

Rimuove un'associazione SSL per un nome host specifico.

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)

Parametri

hostname
String

Nome host da cui rimuovere il certificato SSL.

Restituisce

Si applica a