ContinuousAction 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 continuous action.
[Newtonsoft.Json.JsonObject("continuous")]
public class ContinuousAction : Microsoft.Azure.Management.Chaos.Models.Action
[<Newtonsoft.Json.JsonObject("continuous")>]
type ContinuousAction = class
inherit Action
Public Class ContinuousAction
Inherits Action
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
ContinuousAction() |
Initializes a new instance of the ContinuousAction class. |
ContinuousAction(String, String, IList<KeyValuePair>, String) |
Initializes a new instance of the ContinuousAction 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) |
Parameters |
Gets or sets list of key value pairs. |
SelectorId |
Gets or sets string that represents a selector. |
Applies to
Azure SDK for .NET