IContinuousAction Interface

Definition

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

Properties

Name Description
Duration

ISO8601 formatted string that represents a duration.

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