IAction Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ActionTypeConverter))]
public interface IAction : Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ActionTypeConverter))>]
type IAction = interface
    interface IJsonSerializable
Public Interface IAction
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
Name

String that represents a Capability URN.

Type

Enum that discriminates between action models.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to