IDelayAction.Duration Property

Definition

ISO8601 formatted string that represents a duration.

[Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.Info(Create=true, Description="ISO8601 formatted string that represents a duration.", PossibleTypes=new System.Type[] { typeof(System.TimeSpan) }, Read=true, ReadOnly=false, Required=true, SerializedName="duration", Update=true)]
public TimeSpan Duration { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.Info(Create=true, Description="ISO8601 formatted string that represents a duration.", PossibleTypes=new System.Type[] { typeof(System.TimeSpan) }, Read=true, ReadOnly=false, Required=true, SerializedName="duration", Update=true)>]
member this.Duration : TimeSpan with get, set
Public Property Duration As TimeSpan

Property Value

Attributes

Applies to