Uses of Class
com.microsoftopentechnologies.windowsazurestorage.beans.StorageAccountInfo
Package
Description
-
Uses of StorageAccountInfo in com.microsoftopentechnologies.windowsazurestorage
Modifier and TypeMethodDescriptionAzureStorageBuilder.AzureStorageBuilderDesc.getStorageAccount
(String storageAccountName) Returns storage account object.WAStoragePublisher.getStorageAccount()
Deprecated.WAStoragePublisher.WAStorageDescriptor.getStorageAccount
(String name) AzureStorageBuilder.AzureStorageBuilderDesc.getStorageAccounts()
WAStoragePublisher.WAStorageDescriptor.getStorageAccounts()
-
Uses of StorageAccountInfo in com.microsoftopentechnologies.windowsazurestorage.helper
Modifier and TypeMethodDescriptionstatic StorageAccountInfo
AzureStorageAccount.convertToStorageAccountInfo
(AzureStorageAccount.StorageAccountCredential storageCreds) Modifier and TypeMethodDescriptionprotected static List<StorageAccountInfo>
CredentialMigration.getOldStorageConfig
(File inputFile) Modifier and TypeMethodDescriptionstatic String
AzureUtils.generateBlobSASURL
(StorageAccountInfo storageAccount, String containerName, String blobName, com.azure.storage.blob.sas.BlobSasPermission permissions) static String
AzureUtils.generateFileSASURL
(StorageAccountInfo storageAccount, String shareName, String fileName, com.azure.storage.file.share.sas.ShareFileSasPermission permissions) Generates SAS URL for file item in Azure storage File Share.static com.azure.storage.blob.BlobContainerClient
AzureUtils.getBlobContainerReference
(StorageAccountInfo storageAccount, String containerName, boolean createIfNotExist, boolean allowRetry, Boolean cntPubAccess) static com.azure.storage.blob.BlobServiceClient
AzureUtils.getCloudStorageAccount
(StorageAccountInfo storageAccount) static com.azure.storage.blob.BlobServiceClient
AzureUtils.getCloudStorageAccount
(StorageAccountInfo storageAccount, com.azure.storage.common.policy.RequestRetryOptions retryOptions) static com.azure.storage.file.share.ShareServiceClient
AzureUtils.getShareClient
(StorageAccountInfo storageAccount) static boolean
AzureUtils.validateStorageAccount
(StorageAccountInfo storageAccount, boolean allowRetry) This method validates Storage Account credentials by checking for a dummy container existence. -
Uses of StorageAccountInfo in com.microsoftopentechnologies.windowsazurestorage.service
Modifier and TypeMethodDescriptionprotected String
UploadService.generateWriteSASURL
(StorageAccountInfo storageAccountInfo, String fileName, String storageType, String name) -
Uses of StorageAccountInfo in com.microsoftopentechnologies.windowsazurestorage.service.model
ModifierConstructorDescriptionDownloadServiceData
(Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener taskListener, StorageAccountInfo storageAccountInfo) protected
ServiceData
(Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener taskListener, StorageAccountInfo storageAccountInfo) UploadServiceData
(Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener taskListener, StorageAccountInfo storageAccountInfo)