IDelayAction 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.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) |