| 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.
|
List<NameValuePair> |
AppServiceEnvironment.clusterSettings()
Get the clusterSettings value.
|
List<List<NameValuePair>> |
Solution.data()
Get the data value.
|
List<List<NameValuePair>> |
AnalysisData.data()
Get the data value.
|
List<NameValuePair> |
DataSource.dataSourceUri()
Get the dataSourceUri value.
|
List<List<NameValuePair>> |
Solution.metadata()
Get the metadata value.
|
List<List<NameValuePair>> |
DetectorAbnormalTimePeriod.metaData()
Get the metaData value.
|
| Modifier and Type | Method and Description |
|---|---|
SiteConfig |
SiteConfig.withAppSettings(List<NameValuePair> appSettings)
Set the appSettings value.
|
AppServiceEnvironment |
AppServiceEnvironment.withClusterSettings(List<NameValuePair> clusterSettings)
Set the clusterSettings value.
|
Solution |
Solution.withData(List<List<NameValuePair>> data)
Set the data value.
|
AnalysisData |
AnalysisData.withData(List<List<NameValuePair>> data)
Set the data value.
|
DataSource |
DataSource.withDataSourceUri(List<NameValuePair> dataSourceUri)
Set the dataSourceUri value.
|
Solution |
Solution.withMetadata(List<List<NameValuePair>> metadata)
Set the metadata value.
|
DetectorAbnormalTimePeriod |
DetectorAbnormalTimePeriod.withMetaData(List<List<NameValuePair>> metaData)
Set the metaData value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/