DelayAction Class
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.
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
- 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET