| Modifier and Type | Method and Description |
|---|---|
NameValuePair |
FunctionApp.addFunctionKey(String functionName,
String keyName,
String keyValue)
Adds a key to a function in this function app.
|
NameValuePair |
NameValuePair.withName(String name)
Set the name value.
|
NameValuePair |
NameValuePair.withValue(String value)
Set the value value.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<NameValuePair> |
FunctionApp.addFunctionKeyAsync(String functionName,
String keyName,
String keyValue)
Adds a key to a function in this function app.
|
List<NameValuePair> |
SiteConfig.appSettings()
Get the appSettings value.
|
| Modifier and Type | Method and Description |
|---|---|
SiteConfig |
SiteConfig.withAppSettings(List<NameValuePair> appSettings)
Set the appSettings value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/