### YamlMime:JavaType
uid: "com.microsoft.azure.management.storage.StorageAccountKey"
fullName: "com.microsoft.azure.management.storage.StorageAccountKey"
name: "StorageAccountKey"
nameWithType: "StorageAccountKey"
summary: "An access key for the storage account."
inheritances:
- ""
inheritedClassMethods:
- classRef: ""
methodsRef:
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
syntax: "public class **StorageAccountKey**"
constructors:
- uid: "com.microsoft.azure.management.storage.StorageAccountKey.StorageAccountKey()"
fullName: "com.microsoft.azure.management.storage.StorageAccountKey.StorageAccountKey()"
name: "StorageAccountKey()"
nameWithType: "StorageAccountKey.StorageAccountKey()"
syntax: "public StorageAccountKey()"
methods:
- uid: "com.microsoft.azure.management.storage.StorageAccountKey.keyName()"
fullName: "com.microsoft.azure.management.storage.StorageAccountKey.keyName()"
name: "keyName()"
nameWithType: "StorageAccountKey.keyName()"
summary: "Get name of the key."
syntax: "public String keyName()"
desc: "Get name of the key."
returns:
description: "the keyName value"
type: ""
- uid: "com.microsoft.azure.management.storage.StorageAccountKey.permissions()"
fullName: "com.microsoft.azure.management.storage.StorageAccountKey.permissions()"
name: "permissions()"
nameWithType: "StorageAccountKey.permissions()"
summary: "Get permissions for the key -- read-only or full permissions."
syntax: "public KeyPermission permissions()"
desc: "Get permissions for the key -- read-only or full permissions. Possible values include: 'Read', 'Full'."
returns:
description: "the permissions value"
type: ""
- uid: "com.microsoft.azure.management.storage.StorageAccountKey.value()"
fullName: "com.microsoft.azure.management.storage.StorageAccountKey.value()"
name: "value()"
nameWithType: "StorageAccountKey.value()"
summary: "Get base 64-encoded value of the key."
syntax: "public String value()"
desc: "Get base 64-encoded value of the key."
returns:
description: "the value value"
type: ""
type: "class"
desc: "An access key for the storage account."
metadata: {}
package: "com.microsoft.azure.management.storage"
artifact: com.microsoft.azure:azure-mgmt-storage:1.41.4