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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET