Share via


DiskEncryptionSet.LastKeyRotationTimestamp Property

Definition

Gets the time when the active key of this disk encryption set was updated.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.lastKeyRotationTimestamp")]
public DateTime? LastKeyRotationTimestamp { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.lastKeyRotationTimestamp")>]
member this.LastKeyRotationTimestamp : Nullable<DateTime>
Public ReadOnly Property LastKeyRotationTimestamp As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to