public class StorageAccountKey extends Object
| Constructor and Description |
|---|
StorageAccountKey() |
| Modifier and Type | Method and Description |
|---|---|
String |
keyName()
Get name of the key.
|
KeyPermission |
permissions()
Get permissions for the key -- read-only or full permissions.
|
String |
value()
Get base 64-encoded value of the key.
|
public String keyName()
public String value()
public KeyPermission permissions()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/