Condividi tramite


StorageAccount.BlobLastEnabledTime Property

Definition

Gets a rough estimate of the date/time when the encryption was last enabled by the user. Only returned when encryption is enabled. There might be some unencrypted blobs which were written after this time, as it is just a rough estimate.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)]
public DateTime? BlobLastEnabledTime { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)>]
member this.BlobLastEnabledTime : Nullable<DateTime>
Public ReadOnly Property BlobLastEnabledTime As Nullable(Of DateTime)

Property Value

Implements

Attributes

Applies to