SecretSyncCondition.LastTransitionOn Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
LastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.
public DateTimeOffset? LastTransitionOn { get; }
member this.LastTransitionOn : Nullable<DateTimeOffset>
Public ReadOnly Property LastTransitionOn As Nullable(Of DateTimeOffset)