IAppSetting 인터페이스

정의

웹앱에서 앱 설정의 변경할 수 없는 클라이언트 쪽 표현입니다.

public interface IAppSetting : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IAppSetting = interface
    interface IBeta
Public Interface IAppSetting
Implements IBeta
구현

속성

Key

설정의 키를 가져옵니다.

Sticky

교환하는 동안 설정이 슬롯에 고정되는지를 가져옵니다.

Value

설정의 값을 가져옵니다.

적용 대상