Udostępnij za pośrednictwem


DelayAction Class

Definition

Model that represents a delay action.

[Newtonsoft.Json.JsonObject("delay")]
public class DelayAction : Microsoft.Azure.Management.Chaos.Models.Action
[<Newtonsoft.Json.JsonObject("delay")>]
type DelayAction = class
    inherit Action
Public Class DelayAction
Inherits Action
Inheritance
DelayAction
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

DelayAction()

Initializes a new instance of the DelayAction class.

DelayAction(String, String)

Initializes a new instance of the DelayAction class.

Properties

Duration

Gets or sets ISO8601 formatted string that represents a duration.

Name

Gets or sets string that represents a Capability URN.

(Inherited from Action)

Applies to