IGuestConfigurationAssignmentProperties.LastComplianceStatusChecked 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.
Date and time when last compliance status was checked.
[Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.Info(Create=false, Description="Date and time when last compliance status was checked.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="lastComplianceStatusChecked", Update=false)]
public DateTime? LastComplianceStatusChecked { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.Info(Create=false, Description="Date and time when last compliance status was checked.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="lastComplianceStatusChecked", Update=false)>]
member this.LastComplianceStatusChecked : Nullable<DateTime>
Public ReadOnly Property LastComplianceStatusChecked As Nullable(Of DateTime)
Property Value
- Attributes