| 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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/