IDelayAction Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.DelayActionTypeConverter))]
public interface IDelayAction : Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.IAction
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.DelayActionTypeConverter))>]
type IDelayAction = interface
    interface IJsonSerializable
    interface IAction
Public Interface IDelayAction
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)
Type

Enum that discriminates between action models.

(Inherited from IAction)

Methods

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

Applies to