StorageAccountKey interface
An access key for the storage account.
Properties
key |
Name of the key. NOTE: This property will not be serialized. It can only be populated by the server. |
permissions | Permissions for the key -- read-only or full permissions. NOTE: This property will not be serialized. It can only be populated by the server. |
value | Base 64-encoded value of the key. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
keyName
Name of the key. NOTE: This property will not be serialized. It can only be populated by the server.
keyName?: string
Property Value
string
permissions
Permissions for the key -- read-only or full permissions. NOTE: This property will not be serialized. It can only be populated by the server.
permissions?: KeyPermission
Property Value
value
Base 64-encoded value of the key. NOTE: This property will not be serialized. It can only be populated by the server.
value?: string
Property Value
string