次の方法で共有


IStorageAccountPropertiesCreateParameters.FileLastEnabledTime 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.Runtime.Info(Description="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.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=true, Required=false, SerializedName="lastEnabledTime")]
public DateTime? FileLastEnabledTime { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="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.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=true, Required=false, SerializedName="lastEnabledTime")>]
member this.FileLastEnabledTime : Nullable<DateTime>
Public ReadOnly Property FileLastEnabledTime As Nullable(Of DateTime)

Property Value

Attributes

Applies to