Share via


FaultSimulation Class

Definition

Fault simulation object with status.

public class FaultSimulation : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ServiceFabricManagedClusters.Models.FaultSimulation>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ServiceFabricManagedClusters.Models.FaultSimulation>
type FaultSimulation = class
    interface IJsonModel<FaultSimulation>
    interface IPersistableModel<FaultSimulation>
Public Class FaultSimulation
Implements IJsonModel(Of FaultSimulation), IPersistableModel(Of FaultSimulation)
Inheritance
FaultSimulation
Implements

Properties

Details

Fault simulation details.

EndOn

The end time of the fault simulation.

SimulationId

unique identifier for the fault simulation.

StartOn

The start time of the fault simulation.

Status

Fault simulation status.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<FaultSimulation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FaultSimulation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FaultSimulation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FaultSimulation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FaultSimulation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to