azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

44 строки
2.4 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.storage.StorageAccountEncryptionStatus"
fullName: "com.microsoft.azure.management.storage.StorageAccountEncryptionStatus"
name: "StorageAccountEncryptionStatus"
nameWithType: "StorageAccountEncryptionStatus"
summary: "Type representing the encryption status of a storage service."
syntax: "public interface **StorageAccountEncryptionStatus**"
methods:
- uid: "com.microsoft.azure.management.storage.StorageAccountEncryptionStatus.isEnabled()"
fullName: "com.microsoft.azure.management.storage.StorageAccountEncryptionStatus.isEnabled()"
name: "isEnabled()"
nameWithType: "StorageAccountEncryptionStatus.isEnabled()"
modifiers:
- "abstract"
syntax: "public abstract boolean isEnabled()"
returns:
description: "true if the encryption is enabled for the service false otherwise"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.StorageAccountEncryptionStatus.lastEnabledTime()"
fullName: "com.microsoft.azure.management.storage.StorageAccountEncryptionStatus.lastEnabledTime()"
name: "lastEnabledTime()"
nameWithType: "StorageAccountEncryptionStatus.lastEnabledTime()"
modifiers:
- "abstract"
syntax: "public abstract DateTime lastEnabledTime()"
returns:
description: "rough estimate of the date/time when the encryption was last enabled, null if\n the encryption is disabled"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.StorageAccountEncryptionStatus.storageService()"
fullName: "com.microsoft.azure.management.storage.StorageAccountEncryptionStatus.storageService()"
name: "storageService()"
nameWithType: "StorageAccountEncryptionStatus.storageService()"
modifiers:
- "abstract"
syntax: "public abstract StorageService storageService()"
returns:
description: "the storage service type"
type: "<xref href=\"com.microsoft.azure.management.storage.StorageService?alt=com.microsoft.azure.management.storage.StorageService&text=StorageService\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "Type representing the encryption status of a storage service."
metadata: {}
package: "com.microsoft.azure.management.storage"
artifact: com.microsoft.azure:azure-mgmt-storage:1.41.4