Class StorageAccountKey
java.lang.Object
com.azure.resourcemanager.storage.models.StorageAccountKey
An access key for the storage account.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the creationTime property: Creation time of the key, in round trip date format.keyName()Get the keyName property: Name of the key.Get the permissions property: Permissions for the key -- read-only or full permissions.voidvalidate()Validates the instance.value()Get the value property: Base 64-encoded value of the key.
-
Constructor Details
-
StorageAccountKey
public StorageAccountKey()Creates an instance of StorageAccountKey class.
-
-
Method Details
-
keyName
Get the keyName property: Name of the key.- Returns:
- the keyName value.
-
value
Get the value property: Base 64-encoded value of the key.- Returns:
- the value value.
-
permissions
Get the permissions property: Permissions for the key -- read-only or full permissions.- Returns:
- the permissions value.
-
creationTime
Get the creationTime property: Creation time of the key, in round trip date format.- Returns:
- the creationTime value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-