Class StorageAccountKey

java.lang.Object
com.microsoft.azure.management.storage.StorageAccountKey

public class StorageAccountKey extends Object
An access key for the storage account.
  • Constructor Details

    • StorageAccountKey

      public StorageAccountKey()
  • Method Details

    • keyName

      public String keyName()
      Get name of the key.
      Returns:
      the keyName value
    • value

      public String value()
      Get base 64-encoded value of the key.
      Returns:
      the value value
    • permissions

      public KeyPermission permissions()
      Get permissions for the key -- read-only or full permissions. Possible values include: 'Read', 'Full'.
      Returns:
      the permissions value