SecretSyncCondition.ObservedGeneration 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.
ObservedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance.
public long? ObservedGeneration { get; }
member this.ObservedGeneration : Nullable<int64>
Public ReadOnly Property ObservedGeneration As Nullable(Of Long)