Uses of Class
com.microsoft.azure.management.appservice.NameValuePair
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of NameValuePair in com.microsoft.azure.management.appservice
Modifier and TypeMethodDescriptionFunctionApp.addFunctionKey
(String functionName, String keyName, String keyValue) Adds a key to a function in this function app.Set pair name.Set pair value.Modifier and TypeMethodDescriptionrx.Observable<NameValuePair>
FunctionApp.addFunctionKeyAsync
(String functionName, String keyName, String keyValue) Adds a key to a function in this function app.SiteConfig.appSettings()
Get application settings.AppServiceEnvironmentPatchResource.clusterSettings()
Get custom settings for changing the behavior of the App Service Environment.AnalysisData.data()
Get additional Source Data.Solution.data()
Get solution Data.DataSource.dataSourceUri()
Get datasource Uri Links.Solution.metadata()
Get solution Metadata.DetectorAbnormalTimePeriod.metaData()
Get downtime metadata.Modifier and TypeMethodDescriptionSiteConfig.withAppSettings
(List<NameValuePair> appSettings) Set application settings.AppServiceEnvironmentPatchResource.withClusterSettings
(List<NameValuePair> clusterSettings) Set custom settings for changing the behavior of the App Service Environment.AnalysisData.withData
(List<List<NameValuePair>> data) Set additional Source Data.Solution.withData
(List<List<NameValuePair>> data) Set solution Data.DataSource.withDataSourceUri
(List<NameValuePair> dataSourceUri) Set datasource Uri Links.Solution.withMetadata
(List<List<NameValuePair>> metadata) Set solution Metadata.DetectorAbnormalTimePeriod.withMetaData
(List<List<NameValuePair>> metaData) Set downtime metadata.