Uses of Class
com.microsoft.azure.management.appservice.AzureStorageInfoValue
-
-
Uses of AzureStorageInfoValue in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return AzureStorageInfoValue Modifier and Type Method Description AzureStorageInfoValueAzureStorageInfoValue. withAccessKey(String accessKey)Set access key for the storage account.AzureStorageInfoValueAzureStorageInfoValue. withAccountName(String accountName)Set name of the storage account.AzureStorageInfoValueAzureStorageInfoValue. withMountPath(String mountPath)Set path to mount the storage within the site's runtime environment.AzureStorageInfoValueAzureStorageInfoValue. withShareName(String shareName)Set name of the file share (container name, for Blob storage).AzureStorageInfoValueAzureStorageInfoValue. withType(AzureStorageType type)Set type of storage.Methods in com.microsoft.azure.management.appservice that return types with arguments of type AzureStorageInfoValue Modifier and Type Method Description Map<String,AzureStorageInfoValue>SiteConfig. azureStorageAccounts()Get user-provided Azure storage accounts.Method parameters in com.microsoft.azure.management.appservice with type arguments of type AzureStorageInfoValue Modifier and Type Method Description SiteConfigSiteConfig. withAzureStorageAccounts(Map<String,AzureStorageInfoValue> azureStorageAccounts)Set user-provided Azure storage accounts.
-