Uses of Class
com.azure.resourcemanager.appservice.fluent.models.AzureStoragePropertyDictionaryResourceInner
Packages that use AzureStoragePropertyDictionaryResourceInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
-
Uses of AzureStoragePropertyDictionaryResourceInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return AzureStoragePropertyDictionaryResourceInnerModifier and TypeMethodDescriptionWebAppsClient.listAzureStorageAccounts
(String resourceGroupName, String name) Gets the Azure storage account configurations of an app.WebAppsClient.listAzureStorageAccountsSlot
(String resourceGroupName, String name, String slot) Gets the Azure storage account configurations of an app.WebAppsClient.updateAzureStorageAccounts
(String resourceGroupName, String name, AzureStoragePropertyDictionaryResourceInner azureStorageAccounts) Updates the Azure storage account configurations of an app.WebAppsClient.updateAzureStorageAccountsSlot
(String resourceGroupName, String name, String slot, AzureStoragePropertyDictionaryResourceInner azureStorageAccounts) Updates the Azure storage account configurations of an app.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type AzureStoragePropertyDictionaryResourceInnerModifier and TypeMethodDescriptionWebAppsClient.listAzureStorageAccountsAsync
(String resourceGroupName, String name) Gets the Azure storage account configurations of an app.WebAppsClient.listAzureStorageAccountsSlotAsync
(String resourceGroupName, String name, String slot) Gets the Azure storage account configurations of an app.com.azure.core.http.rest.Response
<AzureStoragePropertyDictionaryResourceInner> WebAppsClient.listAzureStorageAccountsSlotWithResponse
(String resourceGroupName, String name, String slot, com.azure.core.util.Context context) Gets the Azure storage account configurations of an app.Mono
<com.azure.core.http.rest.Response<AzureStoragePropertyDictionaryResourceInner>> WebAppsClient.listAzureStorageAccountsSlotWithResponseAsync
(String resourceGroupName, String name, String slot) Gets the Azure storage account configurations of an app.com.azure.core.http.rest.Response
<AzureStoragePropertyDictionaryResourceInner> WebAppsClient.listAzureStorageAccountsWithResponse
(String resourceGroupName, String name, com.azure.core.util.Context context) Gets the Azure storage account configurations of an app.Mono
<com.azure.core.http.rest.Response<AzureStoragePropertyDictionaryResourceInner>> WebAppsClient.listAzureStorageAccountsWithResponseAsync
(String resourceGroupName, String name) Gets the Azure storage account configurations of an app.WebAppsClient.updateAzureStorageAccountsAsync
(String resourceGroupName, String name, AzureStoragePropertyDictionaryResourceInner azureStorageAccounts) Updates the Azure storage account configurations of an app.WebAppsClient.updateAzureStorageAccountsSlotAsync
(String resourceGroupName, String name, String slot, AzureStoragePropertyDictionaryResourceInner azureStorageAccounts) Updates the Azure storage account configurations of an app.com.azure.core.http.rest.Response
<AzureStoragePropertyDictionaryResourceInner> WebAppsClient.updateAzureStorageAccountsSlotWithResponse
(String resourceGroupName, String name, String slot, AzureStoragePropertyDictionaryResourceInner azureStorageAccounts, com.azure.core.util.Context context) Updates the Azure storage account configurations of an app.Mono
<com.azure.core.http.rest.Response<AzureStoragePropertyDictionaryResourceInner>> WebAppsClient.updateAzureStorageAccountsSlotWithResponseAsync
(String resourceGroupName, String name, String slot, AzureStoragePropertyDictionaryResourceInner azureStorageAccounts) Updates the Azure storage account configurations of an app.com.azure.core.http.rest.Response
<AzureStoragePropertyDictionaryResourceInner> WebAppsClient.updateAzureStorageAccountsWithResponse
(String resourceGroupName, String name, AzureStoragePropertyDictionaryResourceInner azureStorageAccounts, com.azure.core.util.Context context) Updates the Azure storage account configurations of an app.Mono
<com.azure.core.http.rest.Response<AzureStoragePropertyDictionaryResourceInner>> WebAppsClient.updateAzureStorageAccountsWithResponseAsync
(String resourceGroupName, String name, AzureStoragePropertyDictionaryResourceInner azureStorageAccounts) Updates the Azure storage account configurations of an app.Methods in com.azure.resourcemanager.appservice.fluent with parameters of type AzureStoragePropertyDictionaryResourceInnerModifier and TypeMethodDescriptionWebAppsClient.updateAzureStorageAccounts
(String resourceGroupName, String name, AzureStoragePropertyDictionaryResourceInner azureStorageAccounts) Updates the Azure storage account configurations of an app.WebAppsClient.updateAzureStorageAccountsAsync
(String resourceGroupName, String name, AzureStoragePropertyDictionaryResourceInner azureStorageAccounts) Updates the Azure storage account configurations of an app.WebAppsClient.updateAzureStorageAccountsSlot
(String resourceGroupName, String name, String slot, AzureStoragePropertyDictionaryResourceInner azureStorageAccounts) Updates the Azure storage account configurations of an app.WebAppsClient.updateAzureStorageAccountsSlotAsync
(String resourceGroupName, String name, String slot, AzureStoragePropertyDictionaryResourceInner azureStorageAccounts) Updates the Azure storage account configurations of an app.com.azure.core.http.rest.Response
<AzureStoragePropertyDictionaryResourceInner> WebAppsClient.updateAzureStorageAccountsSlotWithResponse
(String resourceGroupName, String name, String slot, AzureStoragePropertyDictionaryResourceInner azureStorageAccounts, com.azure.core.util.Context context) Updates the Azure storage account configurations of an app.Mono
<com.azure.core.http.rest.Response<AzureStoragePropertyDictionaryResourceInner>> WebAppsClient.updateAzureStorageAccountsSlotWithResponseAsync
(String resourceGroupName, String name, String slot, AzureStoragePropertyDictionaryResourceInner azureStorageAccounts) Updates the Azure storage account configurations of an app.com.azure.core.http.rest.Response
<AzureStoragePropertyDictionaryResourceInner> WebAppsClient.updateAzureStorageAccountsWithResponse
(String resourceGroupName, String name, AzureStoragePropertyDictionaryResourceInner azureStorageAccounts, com.azure.core.util.Context context) Updates the Azure storage account configurations of an app.Mono
<com.azure.core.http.rest.Response<AzureStoragePropertyDictionaryResourceInner>> WebAppsClient.updateAzureStorageAccountsWithResponseAsync
(String resourceGroupName, String name, AzureStoragePropertyDictionaryResourceInner azureStorageAccounts) Updates the Azure storage account configurations of an app. -
Uses of AzureStoragePropertyDictionaryResourceInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return AzureStoragePropertyDictionaryResourceInnerModifier and TypeMethodDescriptionAzureStoragePropertyDictionaryResourceInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AzureStoragePropertyDictionaryResourceInner from the JsonReader.Set the kind property: Kind of resource.AzureStoragePropertyDictionaryResourceInner.withProperties
(Map<String, AzureStorageInfoValue> properties) Set the properties property: Azure storage accounts.