### YamlMime:JavaType
methods:
- fullName: com.microsoft.azure.management.appservice.AppSetting.key()
name: key()
nameWithType: AppSetting.key()
returns:
description:
the key of the setting
type:
syntax: public String key()
uid: com.microsoft.azure.management.appservice.AppSetting.key()
- fullName: com.microsoft.azure.management.appservice.AppSetting.sticky()
name: sticky()
nameWithType: AppSetting.sticky()
returns:
description: if the setting sticks to the slot during a swap
type:
syntax: public boolean sticky()
uid: com.microsoft.azure.management.appservice.AppSetting.sticky()
- fullName: com.microsoft.azure.management.appservice.AppSetting.value()
name: value()
nameWithType: AppSetting.value()
returns:
description: the value of the setting
type:
syntax: public String value()
uid: com.microsoft.azure.management.appservice.AppSetting.value()
nameWithType: AppSetting
syntax: public interface AppSetting
type: interface
uid: com.microsoft.azure.management.appservice.AppSetting
fullName: com.microsoft.azure.management.appservice.AppSetting
name: AppSetting
package: com.microsoft.azure.management.appservice
summary: An immutable client-side representation of an app setting on a web app.
metadata: {}