IUpdateSummaries.LastChecked 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.
Last time the update service successfully checked for updates
[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="Last time the update service successfully checked for updates", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=false, Required=false, SerializedName="lastChecked")]
public DateTime? LastChecked { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="Last time the update service successfully checked for updates", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=false, Required=false, SerializedName="lastChecked")>]
member this.LastChecked : Nullable<DateTime> with get, set
Public Property LastChecked As Nullable(Of DateTime)
Property Value
- Attributes