Uses of Class
com.azure.resourcemanager.appservice.fluent.models.AzureStoragePropertyDictionaryResourceInner
-
Packages that use AzureStoragePropertyDictionaryResourceInner 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 AzureStoragePropertyDictionaryResourceInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return AzureStoragePropertyDictionaryResourceInner Modifier and Type Method Description AzureStoragePropertyDictionaryResourceInnerWebAppsClient. listAzureStorageAccounts(String resourceGroupName, String name)Description for Gets the Azure storage account configurations of an app.AzureStoragePropertyDictionaryResourceInnerWebAppsClient. listAzureStorageAccountsSlot(String resourceGroupName, String name, String slot)Description for Gets the Azure storage account configurations of an app.AzureStoragePropertyDictionaryResourceInnerWebAppsClient. updateAzureStorageAccounts(String resourceGroupName, String name, AzureStoragePropertyDictionaryResourceInner azureStorageAccounts)Description for Updates the Azure storage account configurations of an app.AzureStoragePropertyDictionaryResourceInnerWebAppsClient. updateAzureStorageAccountsSlot(String resourceGroupName, String name, String slot, AzureStoragePropertyDictionaryResourceInner azureStorageAccounts)Description for Updates the Azure storage account configurations of an app.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type AzureStoragePropertyDictionaryResourceInner Modifier and Type Method Description Mono<AzureStoragePropertyDictionaryResourceInner>WebAppsClient. listAzureStorageAccountsAsync(String resourceGroupName, String name)Description for Gets the Azure storage account configurations of an app.Mono<AzureStoragePropertyDictionaryResourceInner>WebAppsClient. listAzureStorageAccountsSlotAsync(String resourceGroupName, String name, String slot)Description for 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)Description for 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)Description for 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)Description for Gets the Azure storage account configurations of an app.Mono<com.azure.core.http.rest.Response<AzureStoragePropertyDictionaryResourceInner>>WebAppsClient. listAzureStorageAccountsWithResponseAsync(String resourceGroupName, String name)Description for Gets the Azure storage account configurations of an app.Mono<AzureStoragePropertyDictionaryResourceInner>WebAppsClient. updateAzureStorageAccountsAsync(String resourceGroupName, String name, AzureStoragePropertyDictionaryResourceInner azureStorageAccounts)Description for Updates the Azure storage account configurations of an app.Mono<AzureStoragePropertyDictionaryResourceInner>WebAppsClient. updateAzureStorageAccountsSlotAsync(String resourceGroupName, String name, String slot, AzureStoragePropertyDictionaryResourceInner azureStorageAccounts)Description for 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)Description for 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)Description for 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)Description for 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)Description for Updates the Azure storage account configurations of an app.Methods in com.azure.resourcemanager.appservice.fluent with parameters of type AzureStoragePropertyDictionaryResourceInner Modifier and Type Method Description AzureStoragePropertyDictionaryResourceInnerWebAppsClient. updateAzureStorageAccounts(String resourceGroupName, String name, AzureStoragePropertyDictionaryResourceInner azureStorageAccounts)Description for Updates the Azure storage account configurations of an app.Mono<AzureStoragePropertyDictionaryResourceInner>WebAppsClient. updateAzureStorageAccountsAsync(String resourceGroupName, String name, AzureStoragePropertyDictionaryResourceInner azureStorageAccounts)Description for Updates the Azure storage account configurations of an app.AzureStoragePropertyDictionaryResourceInnerWebAppsClient. updateAzureStorageAccountsSlot(String resourceGroupName, String name, String slot, AzureStoragePropertyDictionaryResourceInner azureStorageAccounts)Description for Updates the Azure storage account configurations of an app.Mono<AzureStoragePropertyDictionaryResourceInner>WebAppsClient. updateAzureStorageAccountsSlotAsync(String resourceGroupName, String name, String slot, AzureStoragePropertyDictionaryResourceInner azureStorageAccounts)Description for 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)Description for 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)Description for 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)Description for 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)Description for 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 AzureStoragePropertyDictionaryResourceInner Modifier and Type Method Description AzureStoragePropertyDictionaryResourceInnerAzureStoragePropertyDictionaryResourceInner. withKind(String kind)Set the kind property: Kind of resource.AzureStoragePropertyDictionaryResourceInnerAzureStoragePropertyDictionaryResourceInner. withProperties(Map<String,AzureStorageInfoValue> properties)Set the properties property: Azure storage accounts.
-