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 StorageAccountInfoAzureStorageAccount.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 StringAzureUtils.generateBlobSASURL(StorageAccountInfo storageAccount, String containerName, String blobName, com.azure.storage.blob.sas.BlobSasPermission permissions) static StringAzureUtils.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.BlobContainerClientAzureUtils.getBlobContainerReference(StorageAccountInfo storageAccount, String containerName, boolean createIfNotExist, boolean allowRetry, Boolean cntPubAccess) static com.azure.storage.blob.BlobServiceClientAzureUtils.getCloudStorageAccount(StorageAccountInfo storageAccount) static com.azure.storage.blob.BlobServiceClientAzureUtils.getCloudStorageAccount(StorageAccountInfo storageAccount, com.azure.storage.common.policy.RequestRetryOptions retryOptions) static com.azure.storage.file.share.ShareServiceClientAzureUtils.getShareClient(StorageAccountInfo storageAccount) static booleanAzureUtils.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 StringUploadService.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) protectedServiceData(Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener taskListener, StorageAccountInfo storageAccountInfo) UploadServiceData(Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener taskListener, StorageAccountInfo storageAccountInfo)