Uses of Class
com.microsoftopentechnologies.windowsazurestorage.beans.StorageAccountInfo
Packages that use StorageAccountInfo
Package
Description
-
Uses of StorageAccountInfo in com.microsoftopentechnologies.windowsazurestorage
Methods in com.microsoftopentechnologies.windowsazurestorage that return StorageAccountInfoModifier 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
Methods in com.microsoftopentechnologies.windowsazurestorage.helper that return StorageAccountInfoModifier and TypeMethodDescriptionstatic StorageAccountInfo
AzureStorageAccount.convertToStorageAccountInfo
(AzureStorageAccount.StorageAccountCredential storageCreds) Methods in com.microsoftopentechnologies.windowsazurestorage.helper that return types with arguments of type StorageAccountInfoModifier and TypeMethodDescriptionprotected static List<StorageAccountInfo>
CredentialMigration.getOldStorageConfig
(File inputFile) Methods in com.microsoftopentechnologies.windowsazurestorage.helper with parameters of type StorageAccountInfoModifier 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
Methods in com.microsoftopentechnologies.windowsazurestorage.service with parameters of type StorageAccountInfoModifier and TypeMethodDescriptionprotected String
UploadService.generateWriteSASURL
(StorageAccountInfo storageAccountInfo, String fileName, String storageType, String name) -
Uses of StorageAccountInfo in com.microsoftopentechnologies.windowsazurestorage.service.model
Methods in com.microsoftopentechnologies.windowsazurestorage.service.model that return StorageAccountInfoConstructors in com.microsoftopentechnologies.windowsazurestorage.service.model with parameters of type StorageAccountInfoModifierConstructorDescriptionDownloadServiceData
(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)