Uses of Class
org.jclouds.azurecompute.arm.domain.StorageServiceKeys
-
Packages that use StorageServiceKeys Package Description org.jclouds.azurecompute.arm.domain org.jclouds.azurecompute.arm.features -
-
Uses of StorageServiceKeys in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return StorageServiceKeys Modifier and Type Method Description static StorageServiceKeys
StorageServiceKeys. create(String key1, String key2)
-
Uses of StorageServiceKeys in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features that return StorageServiceKeys Modifier and Type Method Description StorageServiceKeys
StorageAccountApi. getKeys(String storageAccountName)
The Get Storage Keys operation returns the primary and secondary access keys for the specified storage account.StorageServiceKeys
StorageAccountApi. regenerateKeys(String storageAccount, String keyName)
https://msdn.microsoft.com/en-us/library/mt163567.aspx POST
-