IDelayAction.Duration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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