Share via


IStep.LastUpdatedTimeUtc Property

Definition

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

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

Property Value

Attributes

Applies to