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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET