| Package | Description |
|---|---|
| com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
AzureStorageInfoValue |
AzureStorageInfoValue.withAccessKey(String accessKey)
Set access key for the storage account.
|
AzureStorageInfoValue |
AzureStorageInfoValue.withAccountName(String accountName)
Set name of the storage account.
|
AzureStorageInfoValue |
AzureStorageInfoValue.withMountPath(String mountPath)
Set path to mount the storage within the site's runtime environment.
|
AzureStorageInfoValue |
AzureStorageInfoValue.withShareName(String shareName)
Set name of the file share (container name, for Blob storage).
|
AzureStorageInfoValue |
AzureStorageInfoValue.withType(AzureStorageType type)
Set type of storage.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,AzureStorageInfoValue> |
SiteConfig.azureStorageAccounts()
Get user-provided Azure storage accounts.
|
| Modifier and Type | Method and Description |
|---|---|
SiteConfig |
SiteConfig.withAzureStorageAccounts(Map<String,AzureStorageInfoValue> azureStorageAccounts)
Set user-provided Azure storage accounts.
|
Copyright © 2019. All rights reserved.