DiscreteAction Class

Definition

Model that represents a discrete action.

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

Constructors

DiscreteAction()

Initializes a new instance of the DiscreteAction class.

DiscreteAction(String, IList<KeyValuePair>, String)

Initializes a new instance of the DiscreteAction class.

Properties

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