Uses of Class
com.azure.resourcemanager.appservice.models.NameValuePair
Packages that use NameValuePair
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of NameValuePair in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type NameValuePairModifier and TypeMethodDescriptionSiteConfigInner.appSettings()
Get the appSettings property: Application settings.SiteConfigResourceInner.appSettings()
Get the appSettings property: Application settings.AppServiceEnvironmentInner.clusterSettings()
Get the clusterSettings property: Custom settings for changing the behavior of the App Service Environment.AppServiceEnvironmentPatchResourceInner.clusterSettings()
Get the clusterSettings property: Custom settings for changing the behavior of the App Service Environment.AppServiceEnvironmentResourceInner.clusterSettings()
Get the clusterSettings property: Custom settings for changing the behavior of the App Service Environment.DiagnosticDetectorResponseInner.data()
Get the data property: Additional Data that detector wants to send.DiagnosticDetectorResponseProperties.data()
Get the data property: Additional Data that detector wants to send.SiteConfigInner.metadata()
Get the metadata property: Application metadata.SiteConfigResourceInner.metadata()
Get the metadata property: Application metadata.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type NameValuePairModifier and TypeMethodDescriptionSiteConfigInner.withAppSettings
(List<NameValuePair> appSettings) Set the appSettings property: Application settings.SiteConfigResourceInner.withAppSettings
(List<NameValuePair> appSettings) Set the appSettings property: Application settings.AppServiceEnvironmentInner.withClusterSettings
(List<NameValuePair> clusterSettings) Set the clusterSettings property: Custom settings for changing the behavior of the App Service Environment.AppServiceEnvironmentPatchResourceInner.withClusterSettings
(List<NameValuePair> clusterSettings) Set the clusterSettings property: Custom settings for changing the behavior of the App Service Environment.AppServiceEnvironmentResourceInner.withClusterSettings
(List<NameValuePair> clusterSettings) Set the clusterSettings property: Custom settings for changing the behavior of the App Service Environment.DiagnosticDetectorResponseInner.withData
(List<List<NameValuePair>> data) Set the data property: Additional Data that detector wants to send.DiagnosticDetectorResponseProperties.withData
(List<List<NameValuePair>> data) Set the data property: Additional Data that detector wants to send.SiteConfigInner.withMetadata
(List<NameValuePair> metadata) Set the metadata property: Application metadata.SiteConfigResourceInner.withMetadata
(List<NameValuePair> metadata) Set the metadata property: Application metadata. -
Uses of NameValuePair in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return NameValuePairModifier and TypeMethodDescriptionFunctionApp.addFunctionKey
(String functionName, String keyName, String keyValue) Adds a key to a function in this function app.static NameValuePair
NameValuePair.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of NameValuePair from the JsonReader.Set the name property: Pair name.Set the value property: Pair value.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type NameValuePairModifier and TypeMethodDescriptionFunctionApp.addFunctionKeyAsync
(String functionName, String keyName, String keyValue) Adds a key to a function in this function app.AnalysisData.data()
Get the data property: Additional Source Data.Solution.data()
Get the data property: Solution Data.DataSource.dataSourceUri()
Get the dataSourceUri property: Datasource Uri Links.DetectorAbnormalTimePeriod.metadata()
Get the metadata property: Downtime metadata.Solution.metadata()
Get the metadata property: Solution Metadata.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type NameValuePairModifier and TypeMethodDescriptionAnalysisData.withData
(List<List<NameValuePair>> data) Set the data property: Additional Source Data.Solution.withData
(List<List<NameValuePair>> data) Set the data property: Solution Data.DataSource.withDataSourceUri
(List<NameValuePair> dataSourceUri) Set the dataSourceUri property: Datasource Uri Links.DetectorAbnormalTimePeriod.withMetadata
(List<List<NameValuePair>> metadata) Set the metadata property: Downtime metadata.Solution.withMetadata
(List<List<NameValuePair>> metadata) Set the metadata property: Solution Metadata.