Freigeben über


ISoftDeletePolicy.LastUpdatedTime Property

Definition

The timestamp when the policy was last updated.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Create=false, Description="The timestamp when the policy was last updated.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="lastUpdatedTime", Update=false)]
public DateTime? LastUpdatedTime { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Create=false, Description="The timestamp when the policy was last updated.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="lastUpdatedTime", Update=false)>]
member this.LastUpdatedTime : Nullable<DateTime>
Public ReadOnly Property LastUpdatedTime As Nullable(Of DateTime)

Property Value

Attributes

Applies to