Uses of Class
com.azure.resourcemanager.appservice.fluent.models.ConnectionStringDictionaryInner
Packages that use ConnectionStringDictionaryInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
-
Uses of ConnectionStringDictionaryInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return ConnectionStringDictionaryInnerModifier and TypeMethodDescriptionWebAppsClient.listConnectionStrings
(String resourceGroupName, String name) Gets the connection strings of an app.WebAppsClient.listConnectionStringsSlot
(String resourceGroupName, String name, String slot) Gets the connection strings of an app.WebAppsClient.updateConnectionStrings
(String resourceGroupName, String name, ConnectionStringDictionaryInner connectionStrings) Replaces the connection strings of an app.WebAppsClient.updateConnectionStringsSlot
(String resourceGroupName, String name, String slot, ConnectionStringDictionaryInner connectionStrings) Replaces the connection strings of an app.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type ConnectionStringDictionaryInnerModifier and TypeMethodDescriptionWebAppsClient.listConnectionStringsAsync
(String resourceGroupName, String name) Gets the connection strings of an app.WebAppsClient.listConnectionStringsSlotAsync
(String resourceGroupName, String name, String slot) Gets the connection strings of an app.com.azure.core.http.rest.Response
<ConnectionStringDictionaryInner> WebAppsClient.listConnectionStringsSlotWithResponse
(String resourceGroupName, String name, String slot, com.azure.core.util.Context context) Gets the connection strings of an app.Mono
<com.azure.core.http.rest.Response<ConnectionStringDictionaryInner>> WebAppsClient.listConnectionStringsSlotWithResponseAsync
(String resourceGroupName, String name, String slot) Gets the connection strings of an app.com.azure.core.http.rest.Response
<ConnectionStringDictionaryInner> WebAppsClient.listConnectionStringsWithResponse
(String resourceGroupName, String name, com.azure.core.util.Context context) Gets the connection strings of an app.Mono
<com.azure.core.http.rest.Response<ConnectionStringDictionaryInner>> WebAppsClient.listConnectionStringsWithResponseAsync
(String resourceGroupName, String name) Gets the connection strings of an app.WebAppsClient.updateConnectionStringsAsync
(String resourceGroupName, String name, ConnectionStringDictionaryInner connectionStrings) Replaces the connection strings of an app.WebAppsClient.updateConnectionStringsSlotAsync
(String resourceGroupName, String name, String slot, ConnectionStringDictionaryInner connectionStrings) Replaces the connection strings of an app.com.azure.core.http.rest.Response
<ConnectionStringDictionaryInner> WebAppsClient.updateConnectionStringsSlotWithResponse
(String resourceGroupName, String name, String slot, ConnectionStringDictionaryInner connectionStrings, com.azure.core.util.Context context) Replaces the connection strings of an app.Mono
<com.azure.core.http.rest.Response<ConnectionStringDictionaryInner>> WebAppsClient.updateConnectionStringsSlotWithResponseAsync
(String resourceGroupName, String name, String slot, ConnectionStringDictionaryInner connectionStrings) Replaces the connection strings of an app.com.azure.core.http.rest.Response
<ConnectionStringDictionaryInner> WebAppsClient.updateConnectionStringsWithResponse
(String resourceGroupName, String name, ConnectionStringDictionaryInner connectionStrings, com.azure.core.util.Context context) Replaces the connection strings of an app.Mono
<com.azure.core.http.rest.Response<ConnectionStringDictionaryInner>> WebAppsClient.updateConnectionStringsWithResponseAsync
(String resourceGroupName, String name, ConnectionStringDictionaryInner connectionStrings) Replaces the connection strings of an app.Methods in com.azure.resourcemanager.appservice.fluent with parameters of type ConnectionStringDictionaryInnerModifier and TypeMethodDescriptionWebAppsClient.updateConnectionStrings
(String resourceGroupName, String name, ConnectionStringDictionaryInner connectionStrings) Replaces the connection strings of an app.WebAppsClient.updateConnectionStringsAsync
(String resourceGroupName, String name, ConnectionStringDictionaryInner connectionStrings) Replaces the connection strings of an app.WebAppsClient.updateConnectionStringsSlot
(String resourceGroupName, String name, String slot, ConnectionStringDictionaryInner connectionStrings) Replaces the connection strings of an app.WebAppsClient.updateConnectionStringsSlotAsync
(String resourceGroupName, String name, String slot, ConnectionStringDictionaryInner connectionStrings) Replaces the connection strings of an app.com.azure.core.http.rest.Response
<ConnectionStringDictionaryInner> WebAppsClient.updateConnectionStringsSlotWithResponse
(String resourceGroupName, String name, String slot, ConnectionStringDictionaryInner connectionStrings, com.azure.core.util.Context context) Replaces the connection strings of an app.Mono
<com.azure.core.http.rest.Response<ConnectionStringDictionaryInner>> WebAppsClient.updateConnectionStringsSlotWithResponseAsync
(String resourceGroupName, String name, String slot, ConnectionStringDictionaryInner connectionStrings) Replaces the connection strings of an app.com.azure.core.http.rest.Response
<ConnectionStringDictionaryInner> WebAppsClient.updateConnectionStringsWithResponse
(String resourceGroupName, String name, ConnectionStringDictionaryInner connectionStrings, com.azure.core.util.Context context) Replaces the connection strings of an app.Mono
<com.azure.core.http.rest.Response<ConnectionStringDictionaryInner>> WebAppsClient.updateConnectionStringsWithResponseAsync
(String resourceGroupName, String name, ConnectionStringDictionaryInner connectionStrings) Replaces the connection strings of an app. -
Uses of ConnectionStringDictionaryInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return ConnectionStringDictionaryInnerModifier and TypeMethodDescriptionConnectionStringDictionaryInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ConnectionStringDictionaryInner from the JsonReader.Set the kind property: Kind of resource.ConnectionStringDictionaryInner.withProperties
(Map<String, ConnStringValueTypePair> properties) Set the properties property: Connection strings.