Uses of Class
com.microsoft.azure.management.appservice.NameValuePair
Packages that use NameValuePair
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of NameValuePair in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return NameValuePairModifier 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.Methods in com.microsoft.azure.management.appservice that return types with arguments of type NameValuePairModifier 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.Method parameters in com.microsoft.azure.management.appservice with type arguments of type NameValuePairModifier 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.