IUpdateRunProperties.ProgressLastUpdatedTimeUtc Property

Definition

Completion time of this step or the last completed sub-step.

[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Create=true, Description="Completion time of this step or the last completed sub-step.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="lastUpdatedTimeUtc", Update=true)]
public DateTime? ProgressLastUpdatedTimeUtc { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Create=true, Description="Completion time of this step or the last completed sub-step.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="lastUpdatedTimeUtc", Update=true)>]
member this.ProgressLastUpdatedTimeUtc : Nullable<DateTime> with get, set
Public Property ProgressLastUpdatedTimeUtc As Nullable(Of DateTime)

Property Value

Attributes

Applies to