IRemediationDeployment.LastUpdatedOn 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.
The time at which the remediation deployment was last updated.
[Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Runtime.Info(Create=false, Description="The time at which the remediation deployment was last updated.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="lastUpdatedOn", Update=false)]
public DateTime? LastUpdatedOn { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Runtime.Info(Create=false, Description="The time at which the remediation deployment was last updated.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="lastUpdatedOn", Update=false)>]
member this.LastUpdatedOn : Nullable<DateTime>
Public ReadOnly Property LastUpdatedOn As Nullable(Of DateTime)
Property Value
- Attributes