IBackupItem.FinishedTimeStamp Property

Definition

Timestamp when this backup finished.

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

Property Value

Attributes

Applies to