IExperimentExecutionActionTargetDetailsProperties.TargetCompletedTime Property

Definition

String that represents the completed date time.

[Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.Info(Create=false, Description="String that represents the completed date time.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="targetCompletedTime", Update=false)]
public DateTime? TargetCompletedTime { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.Info(Create=false, Description="String that represents the completed date time.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="targetCompletedTime", Update=false)>]
member this.TargetCompletedTime : Nullable<DateTime>
Public ReadOnly Property TargetCompletedTime As Nullable(Of DateTime)

Property Value

Attributes

Applies to