Class StorageAccountKeyResponse


  • public final class StorageAccountKeyResponse
    extends java.lang.Object
    • Method Detail

      • creationTime

        public java.lang.String creationTime()
        Returns:
        Creation time of the key, in round trip date format.
      • keyName

        public java.lang.String keyName()
        Returns:
        Name of the key.
      • permissions

        public java.lang.String permissions()
        Returns:
        Permissions for the key -- read-only or full permissions.
      • value

        public java.lang.String value()
        Returns:
        Base 64-encoded value of the key.