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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET