IContainerInfo.PreviousTimeStamp Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="previousTimeStamp", Update=true)]
public DateTime? PreviousTimeStamp { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="previousTimeStamp", Update=true)>]
member this.PreviousTimeStamp : Nullable<DateTime> with get, set
Public Property PreviousTimeStamp As Nullable(Of DateTime)

Property Value

Attributes

Applies to