ChaosContinuousAction Class

Definition

Model that represents a continuous action.

public class ChaosContinuousAction : Azure.ResourceManager.Chaos.Models.ChaosExperimentAction, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Chaos.Models.ChaosContinuousAction>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Chaos.Models.ChaosContinuousAction>
type ChaosContinuousAction = class
    inherit ChaosExperimentAction
    interface IJsonModel<ChaosContinuousAction>
    interface IPersistableModel<ChaosContinuousAction>
Public Class ChaosContinuousAction
Inherits ChaosExperimentAction
Implements IJsonModel(Of ChaosContinuousAction), IPersistableModel(Of ChaosContinuousAction)
Inheritance
ChaosContinuousAction
Implements

Constructors

ChaosContinuousAction(String, TimeSpan, IEnumerable<ChaosKeyValuePair>, String)

Initializes a new instance of ChaosContinuousAction.

Properties

Duration

ISO8601 formatted string that represents a duration.

Name

String that represents a Capability URN.

(Inherited from ChaosExperimentAction)
Parameters

List of key value pairs.

SelectorId

String that represents a selector.

Explicit Interface Implementations

IJsonModel<ChaosContinuousAction>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ChaosContinuousAction>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ChaosExperimentAction>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from ChaosExperimentAction)
IJsonModel<ChaosExperimentAction>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ChaosExperimentAction)
IPersistableModel<ChaosContinuousAction>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ChaosContinuousAction>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ChaosContinuousAction>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ChaosExperimentAction>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ChaosExperimentAction)
IPersistableModel<ChaosExperimentAction>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from ChaosExperimentAction)
IPersistableModel<ChaosExperimentAction>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ChaosExperimentAction)

Applies to