你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IAppSetting 接口

定义

Web 应用上应用设置的客户端不可变表示形式。

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

属性

Key

获取设置的键。

Sticky

获取在交换期间设置是否坚持到槽。

Value

获取设置的值。

适用于