다음을 통해 공유


IWithAppSettings<FluentT>.WithoutAppSetting(String) 메서드

정의

웹앱에서 앱 설정을 제거합니다.

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

매개 변수

key
String

제거할 앱 설정의 키입니다.

반환

적용 대상