다음을 통해 공유


IWithHostNameBinding<FluentT>.WithoutHostnameBinding(String) 메서드

정의

웹앱에서 호스트 이름을 바인딩 해제합니다.

public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<FluentT> WithoutHostnameBinding (string hostname);
abstract member WithoutHostnameBinding : string -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<'FluentT>
Public Function WithoutHostnameBinding (hostname As String) As IUpdate(Of FluentT)

매개 변수

hostname
String

바인딩 해제할 호스트 이름입니다.

반환

적용 대상