StorageAccountEncryptionStatus Interface
public interface StorageAccountEncryptionStatus
Type representing the encryption status of a storage service.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract boolean |
isEnabled()
Checks whether the encryption is enabled for the service false otherwise. |
abstract
Key |
keyType()
Gets the type of the key used to encrypt the storage service. |
abstract
Offset |
lastEnabledTime()
Gets rough estimate of the date/time when the encryption was last enabled. |
abstract
Storage |
storageService()
Gets the storage service type. |
Method Details
isEnabled
public abstract boolean isEnabled()
Checks whether the encryption is enabled for the service false otherwise.
Returns:
keyType
public abstract KeyType keyType()
Gets the type of the key used to encrypt the storage service.
Returns:
lastEnabledTime
public abstract OffsetDateTime lastEnabledTime()
Gets rough estimate of the date/time when the encryption was last enabled.
Returns:
storageService
public abstract StorageService storageService()
Gets the storage service type.
Returns:
Applies to
Azure SDK for Java