Class StorageAccountKey
java.lang.Object
com.microsoft.azure.management.storage.StorageAccountKey
An access key for the storage account.
-
Constructor Details
-
StorageAccountKey
public StorageAccountKey()
-
-
Method Details
-
keyName
Get name of the key.- Returns:
- the keyName value
-
value
Get base 64-encoded value of the key.- Returns:
- the value value
-
permissions
Get permissions for the key -- read-only or full permissions. Possible values include: 'Read', 'Full'.- Returns:
- the permissions value
-