IDiscreteAction Interface

Definition

[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)

Applies to