Uses of Class
com.microsoft.azure.management.appservice.NameValuePair
-
-
Uses of NameValuePair in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return NameValuePair Modifier and Type Method Description NameValuePairFunctionApp. addFunctionKey(String functionName, String keyName, String keyValue)Adds a key to a function in this function app.NameValuePairNameValuePair. withName(String name)Set pair name.NameValuePairNameValuePair. withValue(String value)Set pair value.Methods in com.microsoft.azure.management.appservice that return types with arguments of type NameValuePair Modifier and Type Method 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 application settings.List<NameValuePair>AppServiceEnvironmentPatchResource. clusterSettings()Get custom settings for changing the behavior of the App Service Environment.List<List<NameValuePair>>AnalysisData. data()Get additional Source Data.List<List<NameValuePair>>Solution. data()Get solution Data.List<NameValuePair>DataSource. dataSourceUri()Get datasource Uri Links.List<List<NameValuePair>>Solution. metadata()Get solution Metadata.List<List<NameValuePair>>DetectorAbnormalTimePeriod. metaData()Get downtime metadata.Method parameters in com.microsoft.azure.management.appservice with type arguments of type NameValuePair Modifier and Type Method Description SiteConfigSiteConfig. withAppSettings(List<NameValuePair> appSettings)Set application settings.AppServiceEnvironmentPatchResourceAppServiceEnvironmentPatchResource. withClusterSettings(List<NameValuePair> clusterSettings)Set custom settings for changing the behavior of the App Service Environment.AnalysisDataAnalysisData. withData(List<List<NameValuePair>> data)Set additional Source Data.SolutionSolution. withData(List<List<NameValuePair>> data)Set solution Data.DataSourceDataSource. withDataSourceUri(List<NameValuePair> dataSourceUri)Set datasource Uri Links.SolutionSolution. withMetadata(List<List<NameValuePair>> metadata)Set solution Metadata.DetectorAbnormalTimePeriodDetectorAbnormalTimePeriod. withMetaData(List<List<NameValuePair>> metaData)Set downtime metadata.
-