Uses of Class
com.azure.resourcemanager.appservice.fluent.models.ConnectionStringDictionaryInner
-
Packages that use ConnectionStringDictionaryInner Package Description com.azure.resourcemanager.appservice.fluent Package containing the service clients for WebSiteManagementClient.com.azure.resourcemanager.appservice.fluent.models 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 ConnectionStringDictionaryInner Modifier and Type Method Description ConnectionStringDictionaryInnerWebAppsClient. listConnectionStrings(String resourceGroupName, String name)Description for Gets the connection strings of an app.ConnectionStringDictionaryInnerWebAppsClient. listConnectionStringsSlot(String resourceGroupName, String name, String slot)Description for Gets the connection strings of an app.ConnectionStringDictionaryInnerWebAppsClient. updateConnectionStrings(String resourceGroupName, String name, ConnectionStringDictionaryInner connectionStrings)Description for Replaces the connection strings of an app.ConnectionStringDictionaryInnerWebAppsClient. updateConnectionStringsSlot(String resourceGroupName, String name, String slot, ConnectionStringDictionaryInner connectionStrings)Description for Replaces the connection strings of an app.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type ConnectionStringDictionaryInner Modifier and Type Method Description Mono<ConnectionStringDictionaryInner>WebAppsClient. listConnectionStringsAsync(String resourceGroupName, String name)Description for Gets the connection strings of an app.Mono<ConnectionStringDictionaryInner>WebAppsClient. listConnectionStringsSlotAsync(String resourceGroupName, String name, String slot)Description for 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)Description for Gets the connection strings of an app.Mono<com.azure.core.http.rest.Response<ConnectionStringDictionaryInner>>WebAppsClient. listConnectionStringsSlotWithResponseAsync(String resourceGroupName, String name, String slot)Description for 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)Description for Gets the connection strings of an app.Mono<com.azure.core.http.rest.Response<ConnectionStringDictionaryInner>>WebAppsClient. listConnectionStringsWithResponseAsync(String resourceGroupName, String name)Description for Gets the connection strings of an app.Mono<ConnectionStringDictionaryInner>WebAppsClient. updateConnectionStringsAsync(String resourceGroupName, String name, ConnectionStringDictionaryInner connectionStrings)Description for Replaces the connection strings of an app.Mono<ConnectionStringDictionaryInner>WebAppsClient. updateConnectionStringsSlotAsync(String resourceGroupName, String name, String slot, ConnectionStringDictionaryInner connectionStrings)Description for 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)Description for 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)Description for 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)Description for Replaces the connection strings of an app.Mono<com.azure.core.http.rest.Response<ConnectionStringDictionaryInner>>WebAppsClient. updateConnectionStringsWithResponseAsync(String resourceGroupName, String name, ConnectionStringDictionaryInner connectionStrings)Description for Replaces the connection strings of an app.Methods in com.azure.resourcemanager.appservice.fluent with parameters of type ConnectionStringDictionaryInner Modifier and Type Method Description ConnectionStringDictionaryInnerWebAppsClient. updateConnectionStrings(String resourceGroupName, String name, ConnectionStringDictionaryInner connectionStrings)Description for Replaces the connection strings of an app.Mono<ConnectionStringDictionaryInner>WebAppsClient. updateConnectionStringsAsync(String resourceGroupName, String name, ConnectionStringDictionaryInner connectionStrings)Description for Replaces the connection strings of an app.ConnectionStringDictionaryInnerWebAppsClient. updateConnectionStringsSlot(String resourceGroupName, String name, String slot, ConnectionStringDictionaryInner connectionStrings)Description for Replaces the connection strings of an app.Mono<ConnectionStringDictionaryInner>WebAppsClient. updateConnectionStringsSlotAsync(String resourceGroupName, String name, String slot, ConnectionStringDictionaryInner connectionStrings)Description for 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)Description for 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)Description for 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)Description for Replaces the connection strings of an app.Mono<com.azure.core.http.rest.Response<ConnectionStringDictionaryInner>>WebAppsClient. updateConnectionStringsWithResponseAsync(String resourceGroupName, String name, ConnectionStringDictionaryInner connectionStrings)Description for 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 ConnectionStringDictionaryInner Modifier and Type Method Description ConnectionStringDictionaryInnerConnectionStringDictionaryInner. withKind(String kind)Set the kind property: Kind of resource.ConnectionStringDictionaryInnerConnectionStringDictionaryInner. withProperties(Map<String,ConnStringValueTypePair> properties)Set the properties property: Connection strings.
-