| 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.
|
| Modifier and Type | Method and Description |
|---|---|
AzureStoragePropertyDictionaryResourceInner |
WebAppsClient.listAzureStorageAccounts(String resourceGroupName,
String name)
Description for Gets the Azure storage account configurations of an app.
|
AzureStoragePropertyDictionaryResourceInner |
WebAppsClient.listAzureStorageAccountsSlot(String resourceGroupName,
String name,
String slot)
Description for Gets the Azure storage account configurations of an app.
|
AzureStoragePropertyDictionaryResourceInner |
WebAppsClient.updateAzureStorageAccounts(String resourceGroupName,
String name,
AzureStoragePropertyDictionaryResourceInner azureStorageAccounts)
Description for Updates the Azure storage account configurations of an app.
|
AzureStoragePropertyDictionaryResourceInner |
WebAppsClient.updateAzureStorageAccountsSlot(String resourceGroupName,
String name,
String slot,
AzureStoragePropertyDictionaryResourceInner azureStorageAccounts)
Description for Updates the Azure storage account configurations of an app.
|
| Modifier and Type | Method and Description |
|---|---|
AzureStoragePropertyDictionaryResourceInner |
WebAppsClient.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.
|
AzureStoragePropertyDictionaryResourceInner |
WebAppsClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
AzureStoragePropertyDictionaryResourceInner |
AzureStoragePropertyDictionaryResourceInner.withKind(String kind)
Set the kind property: Kind of resource.
|
AzureStoragePropertyDictionaryResourceInner |
AzureStoragePropertyDictionaryResourceInner.withProperties(Map<String,AzureStorageInfoValue> properties)
Set the properties property: Azure storage accounts.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.