azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.managem...

36 строки
1.5 KiB
YAML

### YamlMime:JavaType
methods:
- fullName: com.microsoft.azure.management.appservice.AppSetting.key()
name: key()
nameWithType: AppSetting.key()
returns:
description: <p>the key of the setting </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
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: <p>if the setting sticks to the slot during a swap </p>
type: <xref href="boolean?alt=boolean&text=boolean" data-throw-if-not-resolved="False"/>
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: <p>the value of the setting </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
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: <p>An immutable client-side representation of an app setting on a web app. </p>
metadata: {}