DiscreteAction 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 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
- 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
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