IDiscreteAction Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.DiscreteActionTypeConverter))]
public interface IDiscreteAction : Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.IAction
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.DiscreteActionTypeConverter))>]
type IDiscreteAction = interface
interface IJsonSerializable
interface IAction
Public Interface IDiscreteAction
Implements IAction
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Name |
String that represents a Capability URN. (Inherited from IAction) |
| Parameter |
List of key value pairs. |
| SelectorId |
String that represents a selector. |
| Type |
Enum that discriminates between action models. (Inherited from IAction) |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |