Uses of Class
com.microsoft.azure.toolkit.lib.storage.StorageAccount
-
-
Uses of StorageAccount in com.microsoft.azure.toolkit.lib.storage
Subclasses of StorageAccount in com.microsoft.azure.toolkit.lib.storage Modifier and Type Class Description classStorageAccountDraftFields in com.microsoft.azure.toolkit.lib.storage declared as StorageAccount Modifier and Type Field Description private StorageAccountStorageAccountDraft. originMethods in com.microsoft.azure.toolkit.lib.storage that return StorageAccount Modifier and Type Method Description StorageAccountAzureStorageAccount. account(String resourceId)protected StorageAccountStorageAccountModule. newResource(com.azure.resourcemanager.storage.models.StorageAccount r)protected StorageAccountStorageAccountModule. newResource(String name, String resourceGroupName)Methods in com.microsoft.azure.toolkit.lib.storage that return types with arguments of type StorageAccount Modifier and Type Method Description List<StorageAccount>AzureStorageAccount. accounts()Methods in com.microsoft.azure.toolkit.lib.storage with parameters of type StorageAccount Modifier and Type Method Description protected StorageAccountDraftStorageAccountModule. newDraftForUpdate(StorageAccount origin)Constructors in com.microsoft.azure.toolkit.lib.storage with parameters of type StorageAccount Constructor Description StorageAccount(StorageAccount origin)copy constructorStorageAccountDraft(StorageAccount origin) -
Uses of StorageAccount in com.microsoft.azure.toolkit.lib.storage.blob
Constructors in com.microsoft.azure.toolkit.lib.storage.blob with parameters of type StorageAccount Constructor Description BlobContainerModule(StorageAccount parent) -
Uses of StorageAccount in com.microsoft.azure.toolkit.lib.storage.queue
Constructors in com.microsoft.azure.toolkit.lib.storage.queue with parameters of type StorageAccount Constructor Description QueueModule(StorageAccount parent) -
Uses of StorageAccount in com.microsoft.azure.toolkit.lib.storage.share
Constructors in com.microsoft.azure.toolkit.lib.storage.share with parameters of type StorageAccount Constructor Description ShareModule(StorageAccount parent) -
Uses of StorageAccount in com.microsoft.azure.toolkit.lib.storage.table
Constructors in com.microsoft.azure.toolkit.lib.storage.table with parameters of type StorageAccount Constructor Description TableModule(StorageAccount parent)
-