다음을 통해 공유


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 인증서를 제거할 호스트 이름입니다.

반환

적용 대상