Uses of Class
com.azure.resourcemanager.appservice.models.NameValuePair
-
Packages that use NameValuePair Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 NameValuePair Modifier and Type Method Description List<NameValuePair>SiteConfigInner. appSettings()Get the appSettings property: Application settings.List<NameValuePair>SiteConfigResourceInner. appSettings()Get the appSettings property: Application settings.List<NameValuePair>AppServiceEnvironment. clusterSettings()Get the clusterSettings property: Custom settings for changing the behavior of the App Service Environment.List<NameValuePair>AppServiceEnvironmentResourceInner. clusterSettings()Get the clusterSettings property: Custom settings for changing the behavior of the App Service Environment.List<List<NameValuePair>>DiagnosticDetectorResponseInner. data()Get the data property: Additional Data that detector wants to send.List<List<NameValuePair>>DiagnosticDetectorResponseProperties. data()Get the data property: Additional Data that detector wants to send.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type NameValuePair Modifier and Type Method Description SiteConfigInnerSiteConfigInner. withAppSettings(List<NameValuePair> appSettings)Set the appSettings property: Application settings.SiteConfigResourceInnerSiteConfigResourceInner. withAppSettings(List<NameValuePair> appSettings)Set the appSettings property: Application settings.AppServiceEnvironmentAppServiceEnvironment. withClusterSettings(List<NameValuePair> clusterSettings)Set the clusterSettings property: Custom settings for changing the behavior of the App Service Environment.AppServiceEnvironmentResourceInnerAppServiceEnvironmentResourceInner. withClusterSettings(List<NameValuePair> clusterSettings)Set the clusterSettings property: Custom settings for changing the behavior of the App Service Environment.DiagnosticDetectorResponseInnerDiagnosticDetectorResponseInner. withData(List<List<NameValuePair>> data)Set the data property: Additional Data that detector wants to send.DiagnosticDetectorResponsePropertiesDiagnosticDetectorResponseProperties. withData(List<List<NameValuePair>> data)Set the data property: Additional Data that detector wants to send. -
Uses of NameValuePair in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models 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 the name property: Pair name.NameValuePairNameValuePair. withValue(String value)Set the value property: Pair value.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type NameValuePair Modifier and Type Method Description Mono<NameValuePair>FunctionApp. addFunctionKeyAsync(String functionName, String keyName, String keyValue)Adds a key to a function in this function app.List<NameValuePair>AppServiceEnvironmentPatchResource. clusterSettings()Get the clusterSettings property: Custom settings for changing the behavior of the App Service Environment.List<List<NameValuePair>>AnalysisData. data()Get the data property: Additional Source Data.List<List<NameValuePair>>Solution. data()Get the data property: Solution Data.List<NameValuePair>DataSource. dataSourceUri()Get the dataSourceUri property: Datasource Uri Links.List<List<NameValuePair>>DetectorAbnormalTimePeriod. metadata()Get the metadata property: Downtime metadata.List<List<NameValuePair>>Solution. metadata()Get the metadata property: Solution Metadata.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type NameValuePair Modifier and Type Method Description AppServiceEnvironmentPatchResourceAppServiceEnvironmentPatchResource. withClusterSettings(List<NameValuePair> clusterSettings)Set the clusterSettings property: Custom settings for changing the behavior of the App Service Environment.AnalysisDataAnalysisData. withData(List<List<NameValuePair>> data)Set the data property: Additional Source Data.SolutionSolution. withData(List<List<NameValuePair>> data)Set the data property: Solution Data.DataSourceDataSource. withDataSourceUri(List<NameValuePair> dataSourceUri)Set the dataSourceUri property: Datasource Uri Links.DetectorAbnormalTimePeriodDetectorAbnormalTimePeriod. withMetadata(List<List<NameValuePair>> metadata)Set the metadata property: Downtime metadata.SolutionSolution. withMetadata(List<List<NameValuePair>> metadata)Set the metadata property: Solution Metadata.
-