Compartilhar via


IWithHostNameSslBinding<FluentT>.WithoutSslBinding(String) Método

Definição

Remove uma associação SSL para um nome de host específico.

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)

Parâmetros

hostname
String

O nome do host do qual remover o certificado SSL.

Retornos

Aplica-se a