Uses of Class
com.microsoft.azure.management.appservice.AzureStorageInfoValue
Packages that use AzureStorageInfoValue
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of AzureStorageInfoValue in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return AzureStorageInfoValueModifier and TypeMethodDescriptionAzureStorageInfoValue.withAccessKey
(String accessKey) Set access key for the storage account.AzureStorageInfoValue.withAccountName
(String accountName) Set name of the storage account.AzureStorageInfoValue.withMountPath
(String mountPath) Set path to mount the storage within the site's runtime environment.AzureStorageInfoValue.withShareName
(String shareName) Set name of the file share (container name, for Blob storage).AzureStorageInfoValue.withType
(AzureStorageType type) Set type of storage.