public final class StorageAccountKey extends Object
| Constructor and Description |
|---|
StorageAccountKey() |
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
creationTime()
Get the creationTime property: Creation time of the key, in round trip date format.
|
String |
keyName()
Get the keyName property: Name of the key.
|
KeyPermission |
permissions()
Get the permissions property: Permissions for the key -- read-only or full permissions.
|
void |
validate()
Validates the instance.
|
String |
value()
Get the value property: Base 64-encoded value of the key.
|
public String keyName()
public String value()
public KeyPermission permissions()
public OffsetDateTime creationTime()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.